UserProfileConfigManager members

Manages the user profile configuration.

The UserProfileConfigManager type exposes the following members.

Constructors

  Name Description
Public method UserProfileConfigManager() Initializes a new instance of the UserProfileConfigManager class.
Public method UserProfileConfigManager(ServerContext) Obsolete. Initializes a new instance of the UserProfileConfigManager class.
Public method UserProfileConfigManager(SPServiceContext) Initializes a new instance of the UserProfileConfigManager class with the specified SPServiceContext.

Top

Properties

  Name Description
Public property ConnectionManager Gets the ConnectionManager object that represents the data store from which user profile information is imported.
Public property ProfilePropertyManager Gets a ProfilePropertyManager object that enables you to manage profile property definitions.

Top

Methods

  Name Description
Public method CountProfilesWithProperty Gets the number of profiles with a particular property.
Public methodStatic member EnsureHashPrefix
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetDsmlSyntaxFromProfileProperty
Public methodStatic member GetDsmlSyntaxFromProfilePropertyDataType
Public method GetHashCode (Inherited from Object.)
Public method GetProperties Obsolete. Gets the current collection of Property objects.
Public method GetPropertiesWithSection Obsolete. Gets the current collection of Property objects with their section (a separator for user interface grouping purposes).
Public method GetPropertyDataTypes Gets the current collection of PropertyDataTypeobjects.
Public methodStatic member GetSupportedDsmlSyntaxesFromProfilePropertyDataType
Public method GetSynchronizationStatus Gets the user profile import status.
Public method GetType (Inherited from Object.)
Public method IsSynchronizationRunning Gets a value indicating whether a user profile import job is running.
Protected method MemberwiseClone (Inherited from Object.)
Public method StartSynchronization() Starts an incremental user profile import.
Public method StartSynchronization(Boolean) Start either incremental or full syncronization.
Public method StopSynchronization Stops an incremental user profile import.
Public method ToString (Inherited from Object.)

Top

See also

Reference

UserProfileConfigManager class

Microsoft.Office.Server.UserProfiles namespace