IUserGroupCollection
Supplies collection of all group memberships of the user.
In this collection, all groups are listed in which the current user is a member. Through the membership in these groups, the user receives his permissions for data objects and ChangeSets.
Implements: System.Collections.IEnumerable
Properties
| Property | Description |
|---|---|
| Count:Int32 | Returns the number of groups in which the current user is a member. |
Methods
| Method | Description |
|---|---|
| Contains(IGroup):Boolean | Checks whether the current user is a member in the indicated group. |
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
| Join(IGroup):Void | Adds the current user to the indicated group as a member. |
| Leave(IGroup):Void | Removes the current user as a member from the group. |
