SP へSocial.SocialActor オブジェクト (sp.userprofiles)

ユーザー、ドキュメント、サイト、またはソーシャル フィードと次のアクティビティのノート シールを表します。

**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialActor()

メンバー

SocialActorオブジェクトでは、次のメンバーがあります。

Constructor

SocialActorオブジェクトでは、次のコンスがあります。

コンストラクター

説明

SocialActor

Initializes a new instance of an actor.

メソッド

SocialActorオブジェクトでは、次の方法があります。

メソッド

説明

initPropertiesFromJson

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

writeToXml

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

プロパティ

SocialActorオブジェクトでは、次のプロパティがあります。

プロパティ

説明

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.

Gets the actor's display name.

personalSiteUri

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

状態

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.

タイトル

Gets the actor's title. Applies to users.

typeId

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

uri

Gets the actor's canonical URI.

関連項目

その他の技術情報

SP へソーシャル名前空間