Click or drag to resize

RevisionsGeneratorEnumPagesAsync(PageQueryOptions) Method

This is preliminary documentation and is subject to change.

Infrastructure. Not intended to be used directly in your code. Asynchronously enumerates the pages from generator.

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override IAsyncEnumerable<WikiPage> EnumPagesAsync(
	PageQueryOptions options
)

Parameters

options  PageQueryOptions

[Missing <param name="options"/> documentation for "M:WikiClientLibrary.Generators.RevisionsGenerator.EnumPagesAsync(WikiClientLibrary.Pages.PageQueryOptions)"]

Return Value

IAsyncEnumerableWikiPage
Remarks
Using revisions as generator is not supported until MediaWiki 1.25. Usually this generator will only return the title specified in PageTitle or PageId.
See Also