SocialThreadAttributes enumeration

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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SocialThreadAttributes
'Usage
Dim instance As SocialThreadAttributes
[FlagsAttribute]
public enum SocialThreadAttributes

Members

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.

Remarks

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.

See also

Reference

Microsoft.SharePoint.Client.Social namespace