ForumThreadsListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class ForumThreadsListOptions
{
int? ForumId { get; set; }
string ForumThreadQueryType { get; set; }
int? GroupId { get; set; }
bool? IncludeSubGroups { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
bool? PopularOnly { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|
| ForumId | int? | | | |
| ForumThreadQueryType | string | | | |
| GroupId | int? | | | |
| IncludeSubGroups | bool? | | | |
| PageIndex | int? | | | |
| PageSize | int? | | | |
| PopularOnly | bool? | | | |
| SortBy | string | | | |
| SortOrder | string | | | |