Constructor that populates this object with an array of ChildUser
s and indicates that this is the complete list.
Constructor that populates this object with an array of ChildUser
s and indicates that this is the complete list.
public ChildUserList(ChildUser[]);
Constructor that populates this object with an array of ChildUser
s and indicates whether or not this is the last list of ChildUser
s to be returned.
public ChildUserList(ChildUser[],bool);
ChildUserList Class | Plumtree.Remote.Auth Namespace