UserProfile.ShareAllSocialData method

Sets the privacy settings for this profile.

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

Syntax

'Declaration
Public Sub ShareAllSocialData ( _
    shareAll As Boolean _
)
'Usage
Dim instance As UserProfile
Dim shareAll As Boolean

instance.ShareAllSocialData(shareAll)
public void ShareAllSocialData(
    bool shareAll
)

Parameters

  • shareAll
    Type: System.Boolean

    Specifies whether social data is public or private.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace