DotNetWikiBot Framework Documentation
Removes a page with specified title from this PageList.

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

Syntax

C#
public void Remove(
	string title
)

Parameters

title
Type: System..::..String
Title of page to remove.

See Also