Wikis get options
WikisGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikisGetOptions { int? GroupId { get; set; } int? Id { get; set; } string Key { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
GroupId | int? | Specified Group Id. Either Id or Key + GroupId are required. Optional parameter | ||
Id | int? | Specified Wiki Id. Either Id or Key + GroupId are required. Optional parameter | ||
Key | string | Specified Application Key. Either Id or Key + GroupId are required. Optional parameter |