DotNetWikiBot Framework Documentation
This constructor creates Page object with specified page's numeric revision ID (also called "oldid"). Page title is retrieved automatically in this constructor.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public Page(
	Site site,
	long revisionId
)

Parameters

site
Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.
revisionId
Type: System..::..Int64
Page's numeric revision ID (also called "oldid").

Return Value

Type:
Returns Page object.

See Also