Click or drag to resize

MediaWikiHelperQueryProviderFromOptions Method

This is preliminary documentation and is subject to change.

Gets a read-only implementation of IWikiPageQueryProvider for fetching a page.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static IWikiPageQueryProvider QueryProviderFromOptions(
	PageQueryOptions options
)

Parameters

options  PageQueryOptions

[Missing <param name="options"/> documentation for "M:WikiClientLibrary.Infrastructures.MediaWikiHelper.QueryProviderFromOptions(WikiClientLibrary.Pages.PageQueryOptions)"]

Return Value

IWikiPageQueryProvider
Remarks
This method returns a shared read-only instance for a specific PageQueryOptions value to reduce memory consumption. If you want to apply your customization based on the presets, use FromOptions(PageQueryOptions).
See Also