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 don'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,
	List<string> pageNames
)

Parameters

site
Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.
pageNames
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
Page titles in List object.

Return Value

Type:
Returns the PageList object.

See Also