Returns a ChildUserList object with an array of ChildUsers inside.
A ChildUserList object containing ChildUsers.
The portal will continue calling GetChildUsers until it receives a ChildUserList with the isDone flag set to true. This is done using the constructor
public ChildUserList(ChildUser[] list, bool isDone)If an
IUser implementation returns the ChildUsers in batches, it must maintain state internally and return isDone=false until the last batch.
| Exception Type | Condition |
|---|---|
| ServiceException | An error occurred. |
IGroup Interface | Plumtree.Remote.Auth Namespace