DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the PageList object.
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: DotNetWikiBotAssembly: 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.