UserProfileManager Constructor (Boolean)

Initializes a new instance of the UserProfileManager class.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Sub New ( _
    IgnoreUserPrivacy As Boolean _
)
'Usage
Dim IgnoreUserPrivacy As Boolean

Dim instance As New UserProfileManager(IgnoreUserPrivacy)
public UserProfileManager(
    bool IgnoreUserPrivacy
)

Parameters

  • IgnoreUserPrivacy
    Type: System.Boolean

    When this parameter is true, administrators can load and access complete user records for any user profile objects. When this parameter is false, administrators work as regular users and can load only trimmed profile information based on the user profile’s privacy setting.

See Also

Reference

UserProfileManager Class

UserProfileManager Members

UserProfileManager Overload

Microsoft.Office.Server.UserProfiles Namespace