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 | |
---|---|---|
![]() |
SocialActor | Initializes a new instance of an actor. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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 | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
![]() |
Uri | Gets the actor's canonical URI. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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