DotNetWikiBot Framework Documentation
This constructor creates Page object with specified page's numeric revision ID (also called "oldid") using most recently created Site object.

Namespace: DotNetWikiBot
Assembly: 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.

See Also