Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ChildUserList Constructor

Constructor that populates this object with an array of ChildUsers and indicates that this is the complete list.

Overload 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);

See Also

ChildUserList Class | Plumtree.Remote.Auth Namespace