DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns Page object.
This constructor creates empty Page object with specified Site object,
but without title. Avoid using this constructor needlessly.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Page( Site site ) |
Parameters
- site
- Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.
Return Value
Type:Returns Page object.