DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns Page object.
This constructor creates Page object with specified page's numeric revision ID
(also called "oldid") using most recently created Site object.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Page( long revisionId ) |
Parameters
- revisionId
- Type: System..::..Int64
Page's numeric revision ID (also called "oldid").
Return Value
Type:Returns Page object.