ArticleCollectionsGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCollectionsGetOptions { int? GroupId { get; set; } Guid? Id { get; set; } string UrlKey { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
GroupId | int? | The group id the article collection belongs to. A url key is required when only a group id is specified, otherwise it is disregarded. | ||
Id | Guid? | The id of the article collection. When an id is specified other option values are ignored. | ||
UrlKey | string | The url key of the article collection. A group id is required when loading by url key. |