Click or drag to resize

RevisionsGenerator(WikiSite, WikiPageStub) Constructor

This is preliminary documentation and is subject to change.

Initializes a new instance of the RevisionsGenerator class

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public RevisionsGenerator(
	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