SocialActor members

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

The SocialActor type exposes the following members.

Constructors

  Name Description
Public method SocialActor Initializes a new instance of an actor.

Top

Properties

  Name Description
Public property AccountName Gets the actor's account name. Applies to users.
Public property ActorType Gets the type of actor (user, document, site, or tag).
Public property CanFollow Gets a value that indicates whether the actor can be followed.
Public property ContentUri Gets the actor's content URI. Applies to documents and sites.
Public property EmailAddress Gets the actor's email address. Applies to users.
Public property FollowedContentUri Gets the URI of the actor's list of followed content. Applies to users.
Public property Id Gets the actor's unique identifier.
Public property ImageUri Gets the actor's image URI. Applies to users, documents, and sites.
Public property IsFollowed Gets a Boolean value that returns true if the current user is being followed; otherwise false.
Public property LibraryUri Gets the actor's library URI. Applies to documents.
Public property Name Gets the actor's display name.
Public property PersonalSiteUri Gets the URI of the actor's personal site. Applies to users.
Public property Status Gets a code that indicates recoverable errors that occurred during the actor's retrieval.
Public property StatusText Gets the text of the actor's most recent post. Applies to users.
Public property TagGuid Gets the actor's tag GUID. Applies to tags.
Public property Title Gets the actor's title. Applies to users.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Uri Gets the actor's canonical URI.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

SocialActor class

Microsoft.SharePoint.Client.Social namespace