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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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