Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if an error occurred

See Also

ISyncProvider Interface | Plumtree.Remote.Auth Namespace