DotNetWikiBot Framework Documentation
This index allows to use pageList["title"] syntax. Don't forget to use correct local namespace prefixes. Call CorrectNsPrefixes()()()() function to correct namespace prefixes in a whole PageList at once.

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

Syntax

C#
public Page this[
	string index
] { get; set; }

Parameters

index
Type: System..::..String
Title of page to get.

Return Value

Type: Page
Returns the Page object, or null if there is no page with the specified title in this PageList.

See Also