Click or drag to resize

QueryPageGeneratorGetQueryPageNamesAsync(WikiSite) 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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public static Task<IList<string>> GetQueryPageNamesAsync(
	WikiSite site
)

Parameters

site  WikiSite
MediaWiki site.

Return Value

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