DotNetWikiBot Framework Documentation
This constructor creates empty PageList object with specified Site object.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public PageList(
	Site site
)

Parameters

site
Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.

Return Value

Type:
Returns the PageList object.

See Also