SP.Social.SocialActorInfo.contentUri property (sp.userprofiles)

Gets or sets the actor's content URI. Applies to documents and sites.

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

var value = SP.Social.SocialActorInfo.get_contentUri()
SP.Social.SocialActorInfo.set_contentUri(value)

Return value

String
The content URI of the document or site.

Remarks

This property is valid only when id is null or empty and actorType is a document (value = 1) or site (value = 2).

See also

Other resources

SocialActorInfo