SP.Social.SocialPostActorInfo object (sp.userprofiles)

Represents a set of actors that relate to a microblog post in a particular way, such as the likers of a post.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialPostActorInfo()

Members

The SocialPostActorInfo object has the following members.

Constructor

The SocialPostActorInfo object has the following constructor.

Constructor

Description

SocialPostActorInfo

Initializes a new instance of a SocialPostActorInfo object.

Methods

The SocialPostActorInfo object has the following methods.

Method

Description

initPropertiesFromJson

This member is reserved for internal use and is not intended to be used directly from your code.

writeToXml

This member is reserved for internal use and is not intended to be used directly from your code.

Properties

The SocialPostActorInfo object has the following properties.

Property

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.

See also

Other resources

SP.Social namespace