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
Public method SocialPostActorInfo Initializes a new instance of a SocialPostActorInfo object.

Top

Properties

  Name Description
Public property IncludesCurrentUser Gets a Boolean value that indicates whether the current user is included in the set of actors.
Public property Indexes Gets an array of indexes that represent the current set of actors in the set of actors in the thread.
Public property TotalCount Gets the total number of actors in the set.
Public property 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
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

SocialPostActorInfo class

Microsoft.SharePoint.Client.Social namespace