Click or drag to resize

WikiPagePropertyListT(WikiSite, WikiPageStub) Constructor

This is preliminary documentation and is subject to change.

Initializes a new instance of the WikiPagePropertyListT class

Namespace: WikiClientLibrary.Generators.Primitive
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
protected WikiPagePropertyList(
	WikiSite site,
	WikiPageStub pageStub
)

Parameters

site  WikiSite
The MediaWiki site this instance applies to.
pageStub  WikiPageStub
The page from which to retrieve the property. PageTitle will be assigned as Title if title information is available; otherwise PageId will be assigned as Id if id information is available; if Empty is specified, it will be ignored.
See Also