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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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