AquaLogic Interaction Development Kit (IDK) 6.0.0

IGroup.GetChildUsers Method 

Returns a ChildUserList object with an array of ChildUsers inside.

ChildUserList GetChildUsers();

Return Value

A ChildUserList object containing ChildUsers.

Remarks

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.

Exceptions

Exception Type Condition
ServiceException An error occurred.

See Also

IGroup Interface | Plumtree.Remote.Auth Namespace