Constructor that populates this object with an array of ChildGroups and indicates that this is the complete list.
Constructor that populates this object with an array of ChildGroups and indicates that this is the complete list.
public ChildGroupList(ChildGroup[]);
Constructor that populates this object with an array of ChildGroups and indicates whether or not this is the last list of ChildGroups.
public ChildGroupList(ChildGroup[],bool);
ChildGroupList Class | Plumtree.Remote.Auth Namespace