Wikis update options
WikisUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikisUpdateOptions { string Description { get; set; } bool? Enabled { get; set; } int? GroupId { get; set; } string Key { get; set; } string Name { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | Description. Optional parameter | Default is an empty string. | |
Enabled | bool? | Is Wiki enabled? Optional parameter | True | |
GroupId | int? | Specified Group Key. Optional parameter | ||
Key | string | Specified Application Key. Optional parameter | ||
Name | string | Wiki name. Optional parameter |