 | 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.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic static Task<IList<string>> GetQueryPageNamesAsync(
WikiSite site
)
Public Shared Function GetQueryPageNamesAsync (
site As WikiSite
) As Task(Of IList(Of String))
Dim site As WikiSite
Dim returnValue As Task(Of IList(Of String))
returnValue = QueryPageGenerator.GetQueryPageNamesAsync(site)
public:
static Task<IList<String^>^>^ GetQueryPageNamesAsync(
WikiSite^ site
)
static member GetQueryPageNamesAsync :
site : WikiSite -> Task<IList<string>> Parameters
- site WikiSite
- MediaWiki site.
Return Value
TaskIListStringA list of titles of available QueryPage-based special pages.
See Also