UserProfileManager Constructor (Boolean)

Initializes a new instance of the UserProfileManager class, and specifies whether to ignore user profile privacy policies.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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
    true to ignore user profile privacy policies; otherwise, false.

See Also

Reference

UserProfileManager Class

UserProfileManager Members

UserProfileManager Overload

Microsoft.Office.Server.UserProfiles Namespace