DotNetWikiBot Framework Documentation
This function allows to set 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 void SetPageAtIndex(
	Page page,
	int index
)

Parameters

page
Type: DotNetWikiBot..::..Page
Page object to set in this PageList.
index
Type: System..::..Int32
Zero-based index.

Return Value

Type:
Returns the Page object.

See Also