SP. Social.SocialFeedManager-Objekt (sp.userprofiles)

Stellt Methoden zum Erstellen von Beiträgen, Threads ändern und den Zugriff auf soziale Feeds.

**Letzte Änderung:**Montag, 9. März 2015

**Gilt für:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialFeedManager(context)

Elemente

Konstruktoren

Das SocialFeedManager -Objekt hat die folgenden Konstruktoren.

Eigenschaft

Beschreibung

SocialFeedManager

Initializes a new instance of the SocialFeedManager object.

Methoden

Das SocialFeedManager -Objekt hat die folgenden Methoden.

Methode

Beschreibung

createImageAttachment

Creates an image attachment for a microblog post.

createPost

Creates a microblog post or reply.

deletePost

Deletes the specified post.

getAllLikers

Retrieves the unabbreviated liker information for the specified microblog post.

getFeed

Gets a feed of activity by the current user, and optionally by followed people and content or by the user's organization.

getFeedFor

Gets a feed of activity by the specified user.

getFullThread

Retrieves the specified thread with unabbreviated post and actor information.

getMentions

Gets a feed of threads that mention the current user.

getPreview

Generates an attachment that can be used to preview the link item, if preview data exists.

getPreviewImage

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

getUnreadMentionCount

Gets the count of unread mentions for the current user.

likePost

Makes the current user a liker of the specified microblog post.

lockThread

Locks the specified thread.

suppressThreadNotifications

Suppresses activity notifications for the specified thread.

unlikePost

Removes the current user from the list of likers for the specified microblog post.

unlockThread

Unlocks the specified thread.

Eigenschaften

Das SocialFeedManager -Objekt hat die folgenden Eigenschaften.

Siehe auch

Weitere Ressourcen

Arbeiten mit sozialen Feeds in SharePoint 2013

Vorgehensweise: Erstellen und Löschen von Beiträgen und sozialen Feed abrufen, indem Sie mit der JavaScript-Objektmodell in SharePoint 2013