Freigeben über


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

Stellt einen Benutzer, Dokument, Website oder Tag in sozialen Feeds und folgende Aktivitäten.

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

Elemente

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

Konstruktor

Das SocialActor -Objekt hat den folgenden Konstruktor.

Konstruktor

Beschreibung

SocialActor

Initializes a new instance of an actor.

Methoden

Das SocialActor -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 SocialActor -Objekt hat die folgenden Eigenschaften.

Eigenschaft

Beschreibung

accountName

Gets the actor's account name. Applies to users.

actorType

Gets the type of actor (user, document, site, or tag).

canFollow

Gets a value that indicates whether the actor can be followed.

contentUri

Gets the actor's content URI. Applies to documents and sites.

emailAddress

Gets the actor's email address. Applies to users.

followedContentUri

Gets the URI of the actor's list of followed content. Applies to users.

ID

Gets the actor's unique identifier.

imageUri

Gets the actor's image URI. Applies to users, documents, and sites.

isFollowed

Gets a value that indicates whether the current user is being followed.

libraryUri

Gets the actor's library URI. Applies to documents.

Name

Gets the actor's display name.

personalSiteUri

Gets the URI of the actor's personal site. Applies to users.

Status

Gets a code that indicates recoverable errors that occurred during the actor's retrieval.

statusText

Gets the text of the actor's most recent post. Applies to users.

tagGuid

Gets the actor's tag GUID. Applies to tags.

Titel

Gets the actor's title. Applies to users.

typeId

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

URI

Gets the actor's canonical URI.

Siehe auch

Weitere Ressourcen

SP. Social-namespace