Wiki pages get options
WikiPagesGetOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPagesGetOptions { int? ForumThreadId { get; set; } int? Id { get; set; } string PageKey { get; set; } string PageTitle { get; set; } int? WikiId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ForumThreadId | int? | Related Forum Thread Id. Optional parameter | ||
Id | int? | Wiki page Id. Either Id or WikiId and PageTitle should be specified. Optional parameter | ||
PageKey | string | Obsolete, Wiki page application key. Either Id or WikiId and PageTitle should be specified..Optional parameter | ||
PageTitle | string | Wiki page application key. Either Id or WikiId and PageTitle should be specified..Optional parameter | ||
WikiId | int? | Wiki Id. Optional parameter |