DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the PageList object.
This constructor creates empty PageList object with specified
Site object.
Namespace: DotNetWikiBotAssembly: 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.