Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ChildGroupList Constructor (ChildGroup[], Boolean)

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[] list,
   bool isDone
);

Parameters

list
the list of ChildGroups to be returned to the portal Null lists are treated as zero-length ChildGroup arrays
isDone
whether or not this is the last list of ChildGroups to be returned

See Also

ChildGroupList Class | Plumtree.Remote.Auth Namespace | ChildGroupList Constructor Overload List