DotNetWikiBot Framework Documentation
This function allows to access individual pages in this PageList. But it's better to use simple pageList[i] syntax.

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

Syntax

C#
public Page GetPage(
	int index
)

Parameters

index
Type: System..::..Int32
Zero-based index.

Return Value

Type: Page
Returns the Page object.

See Also