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:
Method | Description |
---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable . |
Find
|
Returns the pending import group with the specified identifier from the collection of group profiles. |
GetEnumerator
|
Returns an enumeration of GroupInfo objects. |
Properties
The GroupInfos
class provides the following properties:
Property | Description |
---|---|
Count
|
Determines the total number of pending import group profiles defined in the collection represented by the GroupInfos object. |
IsEmpty
|
Determines whether the collection of pending import group profiles is empty. |