Wikis create options
WikisCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikisCreateOptions { string Description { get; set; } bool? Enabled { get; set; } string Key { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | Description. Optional parameter | Empty String | |
Enabled | bool? | Is Wiki enabled? Optional parameter | True | |
Key | string | Specified Application Key. If not specified, the key will be generated. Optional parameter |