GroupMembers

The GroupMembers class contains properties used to manage a collection of pending import group members. This class is defined in the Centrify.DirectControl.API.Import namespace.

Syntax

public interface IGroupMembers : IEnumerable\<IGroupMember\>, IDisposable

Methods

The GroupMembers class provides the following methods:

Method Description
Add Adds a new UNIX user as a member of the pending import group.
AddRange Adds a list of new UNIX users as members of the pending import group.
Clear Removes all of the group members from a pending import group.
Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
GetEnumerator Returns an enumeration of GroupMember objects. Inherited from IEnumerable.
Remove Removes the specified group member from the list of members in a pending import group.

Properties

The GroupMembers class provides the following properties:

Property Description
Count Determines the total number of group members in the pending import group.