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 don'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, 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.