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(Newtonsoft.Json.Linq.JObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]


Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
protected virtual void OnLoadPageInfo(
	JObject jpage,
	IWikiPageQueryProvider options
)

Parameters

jpage  JObject

[Missing <param name="jpage"/> documentation for "M:WikiClientLibrary.Pages.WikiPage.OnLoadPageInfo(Newtonsoft.Json.Linq.JObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]

options  IWikiPageQueryProvider

[Missing <param name="options"/> documentation for "M:WikiClientLibrary.Pages.WikiPage.OnLoadPageInfo(Newtonsoft.Json.Linq.JObject,WikiClientLibrary.Pages.Queries.IWikiPageQueryProvider)"]

See Also