Plumtree EDK (Enterprise Web Development Kit) 5.4.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