Microsoft.SharePoint.Client.Social namespace

Use the SocialFeedManager object, the SocialFollowingManager object, and other objects in the Social namespace to interact with social feeds and to follow people and content from custom solutions for SharePoint Server 2013 and SharePoint Add-ins.

Classes

  Class Description
Public class SocialActor Represents a user, document, site, or tag in social feed and following activities.
Public class SocialActorInfo Identifies a user, document, site, or tag in social feed and following activities.
Public class SocialAnnouncementManager
Public class SocialAttachment Represents an image, video, or document in a microblog post.
Public class SocialAttachmentAction Represents the click action for an attachment in a microblog post.
Public class SocialDataItem Represents a link to a document, site, or website, a user mention, or a tag reference in a microblog post.
Public class SocialDataOverlay Associates a substring in the text of a microblog post with a URI or other data. Used for rendering post content.
Public class SocialExceptionDetails Represents error information for a social operation.
Public class SocialFeed Represents a social feed.
Public class SocialFeedManager Provides methods for creating posts, modifying threads, and accessing social feeds.
Public class SocialFeedOptions Represents options that you can specify when retrieving a social feed.
Public class SocialFollowingManager Provides methods for managing a user's list of followed actors (users, documents, sites, and tags).
Public class SocialLink Represents a link to the source of a microblog post.
Public class SocialPost Represents a microblog post in a social feed.
Public class SocialPostActorInfo Represents a set of actors that relate to a microblog post in a particular way, such as the likers of a post.
Public class SocialPostCreationData Represents content and related information for a new microblog post.
Public class SocialPostDefinitionData This class or member is reserved for internal use and is not intended to be used in your code.
Public class SocialPostDefinitionDataItem This class or member is reserved for internal use and is not intended to be used in your code.
Public class SocialPostReference Represents a referenced post in an external thread.
Public class SocialThread Represents a thread in a social feed.

Enumerations

  Enumeration Description
Public enumeration SocialActorType Specifies a SocialActor type.
Public enumeration SocialActorTypes Specifies a set of SocialActor types.
Public enumeration SocialAttachmentActionKind Specifies the type of action that a SocialAttachmentAction performs.
Public enumeration SocialAttachmentKind Specifies the type of SocialAttachment in a microblog post.
Public enumeration SocialDataItemType Specifies the type of SocialDataItem link.
Public enumeration SocialDataOverlayType Specifies the type of data for a SocialDataOverlay object.
Public enumeration SocialFeedAttributes Specifies attributes that apply to a SocialFeed object.
Public enumeration SocialFeedSortOrder Specifies the sort order for the threads in a social feed.
Public enumeration SocialFeedType Specifies a SocialFeed type.
Public enumeration SocialFollowResult Specifies an exception or status code for a follow operation.
Public enumeration SocialPostAttributes Specifies attributes that apply to a SocialPost object.
Public enumeration SocialPostDefinitionDataItemType This class or member is reserved for internal use and is not intended to be used in your code.
Public enumeration SocialPostType Specifies a SocialPost type.
Public enumeration SocialStatusCode Specifies an exception or status code for a social operation.
Public enumeration SocialThreadAttributes Specifies attributes that apply to a SocialThread object.
Public enumeration SocialThreadType Specifies a SocialThread type.

See also

Reference

Other resources

Work with social feeds in SharePoint 2013

Follow people in SharePoint 2013

Follow content in SharePoint 2013