Click or drag to resize

QueryPageGeneratorGetQueryPageNamesAsync Method

This is preliminary documentation and is subject to change.

Asynchronously get a list of available QueryPage-based special pages. The item in the list can later be used as a value of QueryPageName.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public Task<IList<string>> GetQueryPageNamesAsync()

Return Value

TaskIListString
A list of titles of available QueryPage-based special pages.
See Also