ArticleVersionCategoryListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleVersionCategoryListOptions
{
string IncludeArticleTypeIds { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| IncludeArticleTypeIds | string | A comma-separated list of article type ids to filter the article versions by. | ||
| PageIndex | int? | The total amount of article version categories to return per paged request. The default is 20, the maximum is 100. | ||
| PageSize | int? | The page index to return based on page size. This value is 'zero' based and defaults to zero. | ||
| SortBy | string | The sort option for the article version categories. | ||
| SortOrder | string | The direction to sort the article version categories by based on the current SortBy options. The options are 'Ascending' or 'Descending'. 'Ascending' is the default. |