SocialFeedAttributes enumeration

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

Members

Member name Description
None No attributes are applied. Value = 0.
MoreThreadsAvailable The feed contains additional threads that were not retrieved. Value = 1.
ValidTimeRange
MovedToYammer

See also

Reference

Microsoft.SharePoint.Client.Social namespace