Dynamicweb 8 Documentation
GroupRelation Constructor(String,String)

Group ID
Parent group ID
Create groups relation using group ID and parent group ID
Syntax
'Declaration
 
Public Function New( _ 
   ByVal ID As String, _ 
   ByVal pID As String _ 
)
public GroupRelation( 
   string ID,
   string pID 
)

Parameters

ID
Group ID
pID
Parent group ID
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

GroupRelation Class
GroupRelation Members
Overload List

Send Feedback