DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the Page object.
This function allows to access individual pages in this PageList.
But it's better to use simple pageList[i] syntax.
Namespace: DotNetWikiBotAssembly: 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: PageReturns the Page object.