SocialActorInfo members
Identifies a user, document, site, or tag in social feed and following activities.
The SocialActorInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialActorInfo | Initializes a new instance of a SocialActorInfo object. |
Top
Properties
Name | Description | |
---|---|---|
AccountName | Gets or sets the actor's account name. Applies to users. | |
ActorType | Gets or sets the actor type. | |
ContentUri | Gets or sets the actor's content URI. Applies to documents and sites. | |
Id | Gets or sets the actor's unique identifier. | |
TagGuid | Gets or sets the actor's tag GUID. Applies to tags. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
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