Wiki page revision list get options
WikiPageRevisionsListOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Wikis.dll
Definition
class WikiPageRevisionsListOptions { int? PageId { get; set; } int? PageIndex { get; set; } string PageKey { get; set; } int? PageSize { get; set; } string SortOrder { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
PageId | int? | Wiki page Id. Either Id or WikiId and PageKey should be specified. Optional parameter | ||
PageIndex | int? | Specify the page number of paged results to return. Zero-based index. Optional parameter | 0 | |
PageKey | string | Wiki page application. Either Id or WikiId and PageKey should be specified. Optional parameter | ||
PageSize | int? | Specify the number of results to return per page. Optional parameter Optional parameter | 20 | |
SortOrder | string | Sort order | Descending | Ascending, Descending |