DotNetWikiBot Framework Documentation
This function returns true, if a page with specified title exists in this PageList. This function corrects all namespace prefixes in this PageList before comparison.

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

Syntax

C#
public bool Contains(
	string title
)

Parameters

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

Return Value

Type: Boolean
Returns bool value.

See Also