UserProfileManager Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UserProfileManager class.
Overload List
Name | Description | |
---|---|---|
UserProfileManager() | Initializes a new instance of the UserProfileManagerclass. | |
UserProfileManager(ServerContext) | Obsolete. Initializes a new instance of the UserProfileManager class for the specified server context. | |
UserProfileManager(SPServiceContext) | Initializes a new instance of the UserProfileManager class for the specified service context. | |
UserProfileManager(Boolean) | Initializes a new instance of the UserProfileManager class. | |
UserProfileManager(ServerContext, Boolean) | Obsolete. Initializes a new instance of the UserProfileManager class for the specified server context. | |
UserProfileManager(SPServiceContext, Boolean) | Initializes a new instance of the UserProfileManager class for the specified service context. | |
UserProfileManager(ServerContext, Boolean, Boolean) | Obsolete. Initializes a new instance of the UserProfileManager class for the specified server context. | |
UserProfileManager(SPServiceContext, Boolean, Boolean) | Initializes a new instance of the UserProfileManager class for the specified service context. |
Top