UserProfileConfigManager Members
Include Protected Members
Include Inherited Members
Manages the user profile configuration.
The UserProfileConfigManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
UserProfileConfigManager() | Initializes a new instance of the UserProfileConfigManager class. |
![]() |
UserProfileConfigManager(ServerContext) | Initializes a new instance of the UserProfileConfigManager class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ActivateImport | Activates or deactivates the import feature. |
![]() |
CountProfilesWithProperty | Gets the number of profiles with a particular property. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDataSource | Gets the DataSource object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetImportStatus | Gets the ImportStatus object. |
![]() |
GetProperties | Gets the current collection of Property objects. |
![]() |
GetPropertiesWithSection | Gets the current collection of Property objects with section. |
![]() |
GetPropertyDataTypes | Gets the current collection of PropertyDataTypeobjects. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsImportInProgress | Indicates whether an import operation is currently in process. |
![]() |
IsMembershipImportInProgress | Indicates whether a membership import operation is currently in process. |
![]() |
IsProfileImportInProgress | Indicates whether a profile import operation is currently in progress. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetDataSource | Sets the DataSource object with options. |
![]() |
StartDLImport | Starts the distribution list (DL) import process. |
![]() |
StartImport | Starts the import process. |
![]() |
StopImport | Stops the import process. |
![]() |
ToString | (Inherited from Object.) |
Top