DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Inserts an element into this PageList at the specified index.
Namespace: DotNetWikiBotAssembly: 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.