SocialPostActorInfo members
Represents a set of actors that relate to a microblog post in a particular way, such as the likers of a post.
The SocialPostActorInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialPostActorInfo | Initializes a new instance of a SocialPostActorInfo object. |
Top
Properties
Name | Description | |
---|---|---|
IncludesCurrentUser | Gets a Boolean value that indicates whether the current user is included in the set of actors. | |
Indexes | Gets an array of indexes that represent the current set of actors in the set of actors in the thread. | |
TotalCount | Gets the total number of actors in the set. | |
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