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) | Obsolete. Initializes a new instance of the UserProfileConfigManager class. | |
UserProfileConfigManager(SPServiceContext) | Initializes a new instance of the UserProfileConfigManager class with the specified SPServiceContext. |
Top
Properties
Name | Description | |
---|---|---|
ConnectionManager | Gets the ConnectionManager object that represents the data store from which user profile information is imported. | |
ProfilePropertyManager | Gets a ProfilePropertyManager object that enables you to manage profile property definitions. |
Top
Methods
Name | Description | |
---|---|---|
CountProfilesWithProperty | Gets the number of profiles with a particular property. | |
EnsureHashPrefix | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDsmlSyntaxFromProfileProperty | ||
GetDsmlSyntaxFromProfilePropertyDataType | ||
GetHashCode | (Inherited from Object.) | |
GetProperties | Obsolete. Gets the current collection of Property objects. | |
GetPropertiesWithSection | Obsolete. Gets the current collection of Property objects with their section (a separator for user interface grouping purposes). | |
GetPropertyDataTypes | Gets the current collection of PropertyDataTypeobjects. | |
GetSupportedDsmlSyntaxesFromProfilePropertyDataType | ||
GetSynchronizationStatus | Gets the user profile import status. | |
GetType | (Inherited from Object.) | |
IsSynchronizationRunning | Gets a value indicating whether a user profile import job is running. | |
MemberwiseClone | (Inherited from Object.) | |
StartSynchronization() | Starts an incremental user profile import. | |
StartSynchronization(Boolean) | ||
StopSynchronization | Stops an incremental user profile import. | |
ToString | (Inherited from Object.) |
Top