SPSocialFeedOptions members
Represents options that you can specify when retrieving a social feed.
The SPSocialFeedOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSocialFeedOptions | Initializes a new instance of the SPSocialFeedOptions class. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top