DotNetWikiBot Framework Documentation
Inserts an element into this PageList at the specified index.

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

Syntax

C#
public void Insert(
	Page page,
	int index
)

Parameters

page
Type: DotNetWikiBot..::..Page
Page object to insert.
index
Type: System..::..Int32
Zero-based index.

See Also