SPSocialPostAttributes enumeration

Specifies attributes that apply to a post.

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 SPSocialPostAttributes
'Usage
Dim instance As SPSocialPostAttributes
[FlagsAttribute]
public enum SPSocialPostAttributes

Members

Member name Description
None Represents a post that has no attributes.
CanLike The post can be liked.
CanDelete The post can be deleted.
UseAuthorImage The author's image renders with the post.
UseSmallImage The small image renders with the post.
CanFollowUp Users can create a follow-up task from the post.

See also

Reference

Microsoft.Office.Server.Social namespace