SP.Social.SocialPostReference object (sp.userprofiles)

Represents a referenced post in an external thread.

See Reference threads and digest threads in SharePoint Server 2013 social feeds for information about SocialPostReference objects.

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

var object = new SP.Social.SocialPostReference()

Members

The SocialPostReference object has the following members.

Constructor

The SocialPostReference object has the following constructor.

Constructor

Description

SocialPostReference

Initializes a new instance of a SocialPostReference object.

Methods

The SocialPostReference 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 SocialPostReference object has the following properties.

Property

Description

digest

Gets a digest of the referenced thread.

post

Gets the referenced post.

threadId

Gets the unique identifier of the referenced thread.

threadOwnerIndex

Gets the index of the owner of the referenced thread.

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