ArticleCollectionsCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCollectionsCreateOptions
{
int? DefaultTypeId { get; set; }
string Description { get; set; }
bool? EnableHelpfulness { get; set; }
bool? IsEnabled { get; set; }
string Prefix { get; set; }
string UrlKey { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| DefaultTypeId | int? | The Id of the default article type. | ||
| Description | string | A description of the article collection and/or it's contents. | ||
| EnableHelpfulness | bool? | Allow users to leave pre-determined or user defined feedback and ratings on articles | ||
| IsEnabled | bool? | |||
| Prefix | string | The prefix used to generate article identifiers. For example setting this value to 'TE' will create identifiers like 'TE0000000' | ||
| UrlKey | string | The key to be used in the collection url. |