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

NameTypeDescriptionDefaultOptions
ForumIdint?
ForumThreadQueryTypestring
GroupIdint?
IncludeSubGroupsbool?
PageIndexint?
PageSizeint?
PopularOnlybool?
SortBystring
SortOrderstring