SPSocialThreadAttributes enumeration

Specifies attributes that apply to a thread.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

Members

Member name Description
None The thread has no attributes applied.
IsDigest The thread is a digest thread (a thread that contains the thread's root post and two most recent replies).

CanReply The current user can reply to the thread.
CanLock The current user can lock the thread.
IsLocked The thread is locked.
ReplyLimitReached The thread has reached the maximum reply count.

See also

Reference

Microsoft.Office.Server.Social namespace