SocialThreadAttributes - Énumération
Spécifie les attributs qui s'appliquent à un objet SocialThread .
Cette énumération est dotée d’un attribut FlagsAttribute permettant une combinaison de bits des valeurs de ses membres.
Espace de noms : Microsoft.SharePoint.Client.Social
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
<FlagsAttribute> _
Public Enumeration SocialThreadAttributes
'Utilisation
Dim instance As SocialThreadAttributes
[FlagsAttribute]
public enum SocialThreadAttributes
Membres
Nom du membre | Description | |
---|---|---|
None | Aucun attributs ne sont appliqués. Valeur = 0. | |
IsDigest | Le thread est un résumé (qu'il contient le billet racine et deux réponses plus récents). Valeur = 1. | |
CanReply | L'utilisateur actuel peut répondre au thread. Valeur = 2. | |
CanLock | L'utilisateur actuel peut verrouiller le thread. Valeur = 4. | |
IsLocked | Le thread est verrouillé. Valeur = 8. | |
ReplyLimitReached | Le thread a atteint le nombre maximal de réponse. Valeur = 16. |
Remarques
Pour obtenir un exemple d'utilisation SocialThreadAttributes, voir How to: Learn to read and write to the social feed by using the .NET client object model in SharePoint 2013 et How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013.