DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns Page object.
This constructor creates Page object with specified title using most recently
created Site object.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Page( string title ) |
Parameters
- title
- Type: System..::..String
Page title as string.
Return Value
Type:Returns Page object.