Microsoft.Office.Server.Social namespace
Use the SPSocialFeedManager object, the SPSocialFollowingManager 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.
For more information about what you can do with the APIs in the Social namespace, see Work with social feeds in SharePoint 2013, Follow people in SharePoint 2013, and Follow content in SharePoint 2013.
Classes
Class | Description | |
---|---|---|
SPSocialActor | Represents a user, document, site, or tag in social feed and following activities. | |
SPSocialActorInfo | Identifies a user, document, site, or tag in social feed and following activities. | |
SPSocialAttachment | Represents an image, video, or document in a microblog post. | |
SPSocialAttachmentAction | Represents the click action for an SPSocialAttachment object in a post. | |
SPSocialDataItem | Represents a link to a site or document, a user mention, or a tag reference in a microblog post. | |
SPSocialDataOverlay | Associates a substring in the text of a microblog post with a URI or other data. Used for rendering post content. | |
SPSocialException | Contains error information for a SharePoint social operation. | |
SPSocialFeed | Represents a social feed. | |
SPSocialFeedManager | Provides methods for creating microblog posts, modifying threads, and consuming feeds. | |
SPSocialFeedOptions | Represents options that you can specify when retrieving a social feed. | |
SPSocialFollowingManager | Provides methods for managing a user's list of followed actors (users, documents, sites, and tags). | |
SPSocialLink | Represents a link to the source of a microblog post. | |
SPSocialPost | Represents a microblog post in a social feed. | |
SPSocialPostActorInfo | Represents a set of actors that relate to a post in a particular way, such as the likers of a post. | |
SPSocialPostCreationData | Represents content and related information for a new microblog post. | |
SPSocialPostDefinitionData | This class or member is reserved for internal use and is not intended to be used in your code. | |
SPSocialPostDefinitionDataItem | This class or member is reserved for internal use and is not intended to be used in your code. | |
SPSocialPostReference | Represents a referenced post in an external thread. | |
SPSocialThread | Represents a thread in a social feed. |
Enumerations
Enumeration | Description | |
---|---|---|
SPSocialActorType | Specifies an actor type. | |
SPSocialActorTypes | Specifies a set of actor types. | |
SPSocialAttachmentActionKind | Specifies the type of action that an SPSocialAttachmentAction performs. | |
SPSocialAttachmentKind | Specifies a SPSocialAttachment type. | |
SPSocialDataItemType | Specifies the type of link that an SPSocialDataItem object represents. | |
SPSocialDataOverlayType | Specifies the type of data that an SPSocialDataOverlay object associates with a substring in the text of a post's content. | |
SPSocialFeedAttributes | Specifies attributes that apply to a social feed. | |
SPSocialFeedSortOrder | Specifies the sort order for the threads in a social feed. | |
SPSocialFeedType | Specifies feed types that can be retrieved on behalf of the current user. | |
SPSocialFollowResult | Specifies the result of a request to follow an actor. | |
SPSocialPostAttributes | Specifies attributes that apply to a post. | |
SPSocialPostDefinitionDataItemType | This class or member is reserved for internal use and is not intended to be used in your code. | |
SPSocialPostType | Specifies an SPSocialPost type. | |
SPSocialStatusCode | Specifies an exception or status code for a social operation. | |
SPSocialThreadAttributes | Specifies attributes that apply to a thread. | |
SPSocialThreadType | Specifies an SPSocialThread type. |