GroupInfos
The GroupInfos class contains methods and properties used to manage a collection of pending import group profiles. This class is defined in the Centrify.DirectControl.API.Import namespace.
Syntax
public interface IGroupInfos : IEnumerable<IGroupInfo>, IDisposable
Methods
The GroupInfos class provides the following methods:
This method | Does this |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Returns the pending import group with the specified identifier from the collection of group profiles. |
|
Returns an enumeration of GroupInfo objects. |
Properties
The GroupInfos class provides the following properties:
This property | Does this |
Determines the total number of pending import group profiles defined in the collection represented by the GroupInfos object. |
|
Determines whether the collection of pending import group profiles is empty. |