SP.Social.SocialThreadAttributes enumeration (sp.userprofiles)

Specifies attributes that apply to a SocialThread object.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

SP.Social.SocialThreadAttributes

Members

The SocialThreadAttributes enumeration has the following members.

Member

Value

Description

none

0

No attributes are applied.

isDigest

1

The thread is a digest thread (it contains the root post and two most recent replies).

canReply

2

The current user can reply to the thread.

canLock

4

The current user can lock the thread.

isLocked

8

The thread is locked.

replyLimitReached

16

The thread has reached the maximum reply count.

Remarks

This enumeration allows a bitwise combination of its member values.

See also

Other resources

SP.Social namespace