SP.Social.SocialPostAttributes enumeration (sp.userprofiles)

Specifies attributes that apply to a SocialPost object.

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

SP.Social.SocialPostAttributes

Members

The SocialPostAttributes enumeration has the following members.

Member

Value

Description

none

0

No attributes are applied.

canLike

1

The current user can like the post.

canDelete

2

The current user can delete the post.

useAuthorImage

4

The author's image should be rendered with the post.

useSmallImage

8

The small image should be rendered with the post.

canFollowUp

16

The current user can create a follow-up task from the post.

Remarks

This enumeration allows a bitwise combination of its member values.

See also

Other resources

SP.Social namespace