Dynamicweb 8 Documentation
Find Method (GroupRelationCollection)

Parent group ID
Child group ID
Find group relation based on given parent and child gorup IDs
Syntax
'Declaration
 
Public Function Find( _ 
   ByVal parentID As String, _ 
   ByVal childID As String _ 
) As GroupRelation
public GroupRelation Find( 
   string parentID,
   string childID 
)

Parameters

parentID
Parent group ID
childID
Child group ID

Return Value

Found group relation or Nothing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupRelationCollection Class
GroupRelationCollection Members

Send Feedback