Returns a ChildGroupList
object with an array of ChildGroup
s inside.
A ChildGroupList
object containing ChildGroup
s.
The portal will continue calling GetChildGroups
until it receives a ChildGroupList
with the isDone
flag set to true. This is done using the constructor
public ChildGroupList(ChildGroup[] list, bool isDone)If the
IGroup
implementation returns the ChildGroup
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