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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
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