UserProfile.ShareAllSocialData method

Sets privacy settings for the user.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.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

    true to make all social data public; false to make all social data private.

See also

Reference

UserProfile class

UserProfile members

Microsoft.SharePoint.Client.UserProfiles namespace