DotNetWikiBot Framework Documentation
This constructor creates PageList object with specified Site object and fills it with Page objects with specified titles. When constructed, new Page in PageList doesn't contain text. Use Load()()()() method to get texts and metadata from live wiki.

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

Syntax

C#
public PageList(
	Site site,
	string[] pageNames
)

Parameters

site
Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.
pageNames
Type: array<System..::..String>[]()[][]
Page titles as array of strings.

Return Value

Type:
Returns the PageList object.

See Also