del método UserProfile.ShareAllSocialData
Establece la configuración de privacidad para el usuario.
Espacio de nombres: Microsoft.SharePoint.Client.UserProfiles
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Sub ShareAllSocialData ( _
shareAll As Boolean _
)
'Uso
Dim instance As UserProfile
Dim shareAll As Boolean
instance.ShareAllSocialData(shareAll)
public void ShareAllSocialData(
bool shareAll
)
Parámetros
shareAll
Tipo: System.Booleantrue para hacer que todos los datos sociales público; false para hacer que todos los datos sociales privado.