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