SocialPostAttributes enumeration

Specifies attributes that apply to a SocialPost 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 SocialPostAttributes
'Usage
Dim instance As SocialPostAttributes
[FlagsAttribute]
public enum SocialPostAttributes

Members

Member name Description
None No attributes are applied. Value = 0.
CanLike The current user can like the post. Value = 1.
CanDelete The current user can delete the post. Value = 2.
UseAuthorImage The author's image should be rendered with the post. Value = 4.
UseSmallImage The small image should be rendered with the post. Value = 8.
CanFollowUp The current user can create a follow-up task from the post. Value = 16.

See also

Reference

Microsoft.SharePoint.Client.Social namespace