AquaLogic Interaction Development Kit (IDK) 6.0.0

ISyncProvider.AttachToGroup Method 

Gets an IGroup object used to query for groups and users contained within the specified group.

IGroup AttachToGroup(
   string groupID
);

Parameters

groupID
The string ID of the group to query.

Return Value

An instance of the implementation of the IGroup interface.

Exceptions

Exception Type Condition
ServiceException An error occurred.

See Also

ISyncProvider Interface | Plumtree.Remote.Auth Namespace