SP.Social.SocialFeedOptions object (sp.userprofiles)

Represents options that you can specify when retrieving a feed.

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

var object = new SP.Social.SocialFeedOptions()

Members

The SocialFeedOptions object has the following members.

Constructor

The SocialFeedOptions object has the following constructor.

Constructor

Description

SocialFeedOptions

Initializes a new instance of a SocialFeedOptions object.

Methods

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

Property

Description

maxThreadCount

Gets or sets the maximum number of threads to retrieve.

newerThan

Gets or sets the "newer than" boundary of the time span to retrieve.

olderThan

Gets or sets the "older than" boundary of the time span to retrieve.

sortOrder

Gets or sets the feed sort order.

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

Work with social feeds in SharePoint 2013

How to: Create and delete posts and retrieve the social feed by using the JavaScript object model in SharePoint 2013