| 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.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Task<IList<string>> GetQueryPageNamesAsync()
Public Function GetQueryPageNamesAsync As Task(Of IList(Of String))
Dim instance As QueryPageGenerator
Dim returnValue As Task(Of IList(Of String))
returnValue = instance.GetQueryPageNamesAsync()
public:
Task<IList<String^>^>^ GetQueryPageNamesAsync()
member GetQueryPageNamesAsync : unit -> Task<IList<string>>
Return Value
TaskIListStringA list of titles of available QueryPage-based special pages.
See Also