Click or drag to resize

WikiPageOnLoadPageInfo Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Pages.WikiPage.OnLoadPageInfo(System.Text.Json.Nodes.JsonObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]


Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
protected virtual void OnLoadPageInfo(
	JsonObject jpage,
	IWikiPageQueryProvider options
)

Parameters

jpage  JsonObject

[Missing <param name="jpage"/> documentation for "M:WikiClientLibrary.Pages.WikiPage.OnLoadPageInfo(System.Text.Json.Nodes.JsonObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]

options  IWikiPageQueryProvider

[Missing <param name="options"/> documentation for "M:WikiClientLibrary.Pages.WikiPage.OnLoadPageInfo(System.Text.Json.Nodes.JsonObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]

See Also