SocialActor 成员

Represents a user, document, site, or tag in social feed and following activities.

SocialActor 类型公开以下成员。

构造函数

  名称 说明
公共方法 SocialActor Initializes a new instance of an actor.

页首

属性

  名称 说明
公共属性 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 Boolean value that returns true if the current user is being followed; otherwise false.
公共属性 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.
公共属性 Title Gets the actor's title. Applies to users.
公共属性 TypeId 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.TypeId。)
公共属性 Uri Gets the actor's canonical URI.

页首

方法

  名称 说明
公共方法 CustomFromJson 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。)
公共方法 CustomWriteToXml 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。)
公共方法 FromJson 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。)
受保护的方法 InitOnePropertyFromJson 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。)
公共方法 ToString (从 Object 继承。)
公共方法 WriteToXml 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。)

页首

另请参阅

引用

SocialActor 类

Microsoft.SharePoint.Client.Social 命名空间