CategoryGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class CategoryGetOptions { Guid? ArticleCollectionId { get; set; } int? Id { get; set; } string UrlKey { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ArticleCollectionId | Guid? | Used when passing a UrlKey. ArticleCollectionId and UrlKey are used to find the specific category. | ||
Id | int? | When passed, UrlKey and ArticleCollectionId are ignored. | ||
UrlKey | string | Used when passing an ArticleCollectionId. ArticleCollectionId and UrlKey are used to find the specific category. |