DotNetWikiBot Framework Documentation
This function adds specified page to the end of this PageList.

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

Syntax

C#
public void Add(
	Page page
)

Parameters

page
Type: DotNetWikiBot..::..Page
Page object to add.

See Also