Oracle® Webcenter Interaction Development Kit 10.3.0.0.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