DotNetWikiBot Framework Documentation
This constructor creates Page object with specified title and specified Site object. This is preferable constructor. Basic title normalization occurs during construction. When constructed, new Page object doesn't contain text, use Load()()()() method to get text and metadata from live wiki.

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

Syntax

C#
public Page(
	Site site,
	string title
)

Parameters

site
Type: DotNetWikiBot..::..Site
Site object, it must be constructed beforehand.
title
Type: System..::..String
Page title as string.

Return Value

Type:
Returns Page object.

See Also