UserProfile.ShareAllSocialData - Méthode
Définit les paramètres de confidentialité pour l'utilisateur.
Espace de noms : Microsoft.SharePoint.Client.UserProfiles
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Sub ShareAllSocialData ( _
shareAll As Boolean _
)
'Utilisation
Dim instance As UserProfile
Dim shareAll As Boolean
instance.ShareAllSocialData(shareAll)
public void ShareAllSocialData(
bool shareAll
)
Paramètres
shareAll
Type : System.Booleantrue à publier toutes les données de mise en réseau ; false pour donner un caractère privé toutes les données de mise en réseau.