ForumRepliesListThreadedOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumRepliesListThreadedOptions
{
int? ChildPageSize { get; set; }
DateTime? CreatedEndDate { get; set; }
DateTime? CreatedStartDate { get; set; }
int? EndReplyId { get; set; }
int? FlattenedDepth { get; set; }
string FlattenedSortBy { get; set; }
string FlattenedSortOrder { get; set; }
int? ParentReplyId { get; set; }
int? RootPageSize { get; set; }
int? StartReplyId { get; set; }
string ThreadedSortBy { get; set; }
string ThreadedSortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ChildPageSize | int? | Specifies the number of child records to return per parent. Max of 50 | ||
| CreatedEndDate | DateTime? | Created end date. Only filters first level of replies returned. | ||
| CreatedStartDate | DateTime? | Created start date. Only filters first level of replies returned. | ||
| EndReplyId | int? | End reply Id | ||
| FlattenedDepth | int? | Specifies the number of levels of threaded replies to return. All other replies will be flattened underneath the last level of threaded replies. Zero based with a max of 9. | ||
| FlattenedSortBy | string | Sort flattened replies by | CreatedDate, Votes | |
| FlattenedSortOrder | string | Sort order of flattened replies | Ascending, Descending | |
| ParentReplyId | int? | Parent reply Id | ||
| RootPageSize | int? | Number of records to return directley under the ParentReplyId passed in. If the ParentReplyId is not passed in, the number of top level replies to return. | ||
| StartReplyId | int? | Start reply Id | ||
| ThreadedSortBy | string | Sort threaded replies by | CreatedDate, Votes | |
| ThreadedSortOrder | string | Sort order of threaded replies | Ascending, Descending |