SocialThreadAttributes enumeration
SharePoint Online
Specifies attributes that apply to a SocialThread object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| None | No attributes are applied. Value = 0. | |
| IsDigest | The thread is a digest thread (it contains the root post and two most recent replies). Value = 1. | |
| CanReply | The current user can reply to the thread. Value = 2. | |
| CanLock | The current user can lock the thread. Value = 4. | |
| IsLocked | The thread is locked. Value = 8. | |
| ReplyLimitReached | The thread has reached the maximum reply count. Value = 16. |
For an example of how to use SocialThreadAttributes, see How to: Learn to read and write to the social feed by using the .NET client object model in SharePoint 2013 and How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013.
Show: