DotNetWikiBot Framework Documentation
This constructor creates Page object with specified title using most recently created Site object.

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

See Also