ArticleCategoryCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCategoryCreateOptions { bool? RemoveSortOrder { get; set; } int? SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
RemoveSortOrder | bool? | Allows resetting the sort order. | ||
SortOrder | int? | Used to determine the order in which the article is displayed alongside other articles within the category. |