UserInfos
The UserInfos class contains methods and properties used to manage a collection of pending import user profiles. This class is defined in the Centrify.DirectControl.API.Import namespace.
Syntax
public interface IUserInfos : IDisposable
Methods
The UserInfos 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 user with the specified identifier from the collection of pending user profiles. |
|
Returns an enumeration of UserInfo objects. |
Properties
The UserInfos class provides the following properties:
This property | Does this |
Gets the total number of pending import user profiles defined in the collection represented by the UserInfos object. |
|
Indicates whether the collection of pending import users is empty. |