Constructor that populates this object with an array of ChildUsers and indicates that this is the complete list.
Constructor that populates this object with an array of ChildUsers and indicates that this is the complete list.
public ChildUserList(ChildUser[]);
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[],bool);
ChildUserList Class | Plumtree.Remote.Auth Namespace