ForumRepliesListThreadedForReplyOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Forums.dll
Definition
class ForumRepliesListThreadedForReplyOptions
{
string Direction { get; set; }
int? FlattenedDepth { get; set; }
string FlattenedSortBy { get; set; }
string FlattenedSortOrder { get; set; }
int? PageSize { get; set; }
int ReplyId { get; set; }
string ThreadedSortBy { get; set; }
string ThreadedSortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Direction | string | Specifies the direction paging occurs, either up from the ReplyId passed in to the root reply, or down from the root reply for the ReplyId passed in. | FromReply, FromRootReply | |
| 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 | |
| PageSize | int? | Specifies the number of ancestors to return for the permalinked reply. Max of 100. | ||
| ReplyId | int | Reply Id | ||
| ThreadedSortBy | string | Sort threaded replies by | CreatedDate, Votes | |
| ThreadedSortOrder | string | Sort order of threaded replies | Ascending, Descending |