Returns a ChildUserList
object with an array of ChildUser
s inside.
A ChildUserList
object containing ChildUser
s.
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 ChildUser
s 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