SocialFeedOptions members
Represents options that you can specify when retrieving a social feed.
The SocialFeedOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialFeedOptions | Initializes an new instance of a SocialFeedOptions object. |
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. | |
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 | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
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