Click or drag to resize

WikiPageQueryProviderFromOptions Method

This is preliminary documentation and is subject to change.

Initializes a WikiPageQueryProvider from the given PageQueryOptions value.

Namespace: WikiClientLibrary.Pages.Queries
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static WikiPageQueryProvider FromOptions(
	PageQueryOptions options
)

Parameters

options  PageQueryOptions
The page query options.

Return Value

WikiPageQueryProvider
The equivalent WikiPageQueryProvider that can be further modified by the caller.
Remarks
If you won't perform any customizations on the returned instance, consider using QueryProviderFromOptions(PageQueryOptions).
See Also