UserProfileManager Constructor (ServerContext, Boolean, Boolean)
NOTE: This API is now obsolete.
Initializes a new instance of the UserProfileManager class for the specified server context.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")> _
Public Sub New ( _
serverContext As ServerContext, _
IgnoreUserPrivacy As Boolean, _
backwardCompatible As Boolean _
)
'Usage
Dim serverContext As ServerContext
Dim IgnoreUserPrivacy As Boolean
Dim backwardCompatible As Boolean
Dim instance As New UserProfileManager(serverContext, _
IgnoreUserPrivacy, backwardCompatible)
[ObsoleteAttribute("ServerContext parameter is obsolete, use SPServiceContext instead.")]
public UserProfileManager(
ServerContext serverContext,
bool IgnoreUserPrivacy,
bool backwardCompatible
)
Parameters
serverContext
Type: Microsoft.Office.Server.ServerContext..
IgnoreUserPrivacy
Type: System.BooleanWhen this parameter is true, administrators can load and access complete user records for any user profile objects. When this parameter is true, administrators work as regular users and can load only trimmed profile information based on the user profile’s privacy setting.
backwardCompatible
Type: System.BooleanThis value is true by default. If this value is true, all user profile properties are initialized for users who are administrators.