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