ArticleCollectionsUpdateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCollectionsUpdateOptions
{
	Guid? DefaultArticleId { get; set;  }
	int? DefaultTypeId { get; set;  }
	string Description { get; set;  }
	bool? EnableHelpfulness { get; set;  }
	int? GroupId { get; set;  }
	bool? IsEnabled { get; set;  }
	string Name { get; set;  }
	string Prefix { get; set;  }
	bool? RemoveDefaultArticleId { get; set;  }
	bool? RemoveDefaultTypeId { get; set;  }
	bool? RemoveGroupId { get; set;  }
	string UrlKey { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| DefaultArticleId | Guid? | The Id of the default article. | ||
| 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 | ||
| GroupId | int? | The Id of the group this article collection belongs to. | ||
| IsEnabled | bool? | Used to set whether the collection is enabled or not. | ||
| Name | string | The name of the article collection. Note that changing this value does not change the url key currently in place. | ||
| Prefix | string | The prefix used to generate article identifiers. For example setting this value to 'TE' will create identifiers like 'TE0000000'. | ||
| RemoveDefaultArticleId | bool? | Allows removing the collections default article. | ||
| RemoveDefaultTypeId | bool? | Allows removing the collections default type. | ||
| RemoveGroupId | bool? | Allows removing the GroupId associated with the article collection. The article collection is then associated with the root group. | ||
| UrlKey | string | The key to be used in the collection url. |