Freigeben über


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

Stellt einen Thread in einem sozialen Feed dar.

**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.SocialThread()

Elemente

Das SocialThread -Objekt verfügt über die folgenden Elemente.

Konstruktor

Das SocialThread -Objekt hat den folgenden Konstruktor.

Konstruktor

Beschreibung

SocialThread

Initializes a new instance of a thread in a social feed.

Methoden

Das SocialThread -Objekt hat die folgenden Methoden.

Methode

Beschreibung

initPropertiesFromJson

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

writeToXml

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

Eigenschaften

Das SocialThread -Objekt hat die folgenden Eigenschaften.

Eigenschaft

Beschreibung

Akteure

Gets an array of actors who are participants in the thread.

Attribut

Gets a set of attributes that apply to the thread.

ID

Gets the unique identifier of the thread.

ownerIndex

Gets the index of the thread's owner within the thread's actors.

Permalink

Gets a stable URI for navigating directly to the thread, if one is available.

postReference

Gets the referenced post. Applies to reference-type threads.

Antworten

Gets the replies to the thread.

rootPost

Gets the root post of the thread.

Status

Gets a code that identifies recoverable errors that occurred during thread retrieval.

threadType

Gets the thread type (a non-reference or a reference-type thread).

totalReplyCount

Gets the count of the total number of replies for the thread.

typeId

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

Siehe auch

Weitere Ressourcen

SP. Social-Namespace

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