Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ChildUserList Constructor (ChildUser[], Boolean)

Constructor that populates this object with an array of ChildUsers and indicates whether or not this is the last list of ChildUsers to be returned.

public ChildUserList(
   ChildUser[] list,
   bool isDone
);

Parameters

list
The list of ChildUsers to be returned to the portal. Null lists are treated as zero-length ChildUser arrays
isDone
Whether or not this is the last list of ChildUsers to be returned.

See Also

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