DotNetWikiBot Framework Documentation
Removes page at specified index from PageList.

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

Syntax

C#
public void RemovePage(
	int index
)

Parameters

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

See Also