SocialFeedOptions members

Represents options that you can specify when retrieving a social feed.

The SocialFeedOptions type exposes the following members.

Constructors

  Name Description
Public method SocialFeedOptions Initializes an new instance of a SocialFeedOptions object.

Top

Properties

  Name Description
Public property MaxThreadCount Gets or sets the maximum number of threads to retrieve. Valid values are between zero and 100. Setting the value to zero will set the MaxThreadCount property to the default value of 20.
Public property NewerThan Gets or sets the "newer than" boundary of the time span to retrieve.
Public property OlderThan Gets or sets the "older than" boundary of the time span to retrieve.
Public property SortOrder Gets or sets the feed sort order.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

SocialFeedOptions class

Microsoft.SharePoint.Client.Social namespace