IGroupMembersCollection

Supplies a collection of all group members of a group.

In this collection, all users are listed who are members of this group. These users thus receive the permissions defined in the group for data objects and ChangeSets.

Implements: System.Collections.IEnumerable

Properties

PropertyDescription
Count:Int32

Returns the number of group members.

Methods

MethodDescription
Add(IUser):Void

Adds a user to the group as a member.

Contains(IUser):Boolean

Checks whether the indicated user is a member of the current group.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

Remove(IUser):Void

Removes a user from the group as a member.