SP.Social.SocialActorInfo object (sp.userprofiles)
Identifies a user, document, site, or tag in client-side requests for social feed and following activities.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
SocialActorInfo objects are sent from clients to the server to specify actors. SocialActor objects represent actors returned in server responses.
var object = new SP.Social.SocialActorInfo()
Members
The SocialActorInfo object has the following members.
Constructor
The SocialActorInfo object has the following constructor.
Constructor |
Description |
---|---|
Initializes a new instance of a SocialActorInfo object. |
Methods
The SocialActorInfo object has the following methods.
Method |
Description |
---|---|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
Properties
The SocialActorInfo object has the following properties.
Property |
Description |
---|---|
Gets or sets the actor's account name. Applies to users. |
|
Gets or sets the actor type. |
|
Gets or sets the actor's content URI. Applies to documents and sites. |
|
Gets or sets the actor's unique identifier. |
|
Gets or sets the actor's tag GUID. Applies to tags. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
See also
Other resources
How to: Follow people by using the JavaScript object model in SharePoint 2013