DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns the Page object, or null if there is no page with the specified title in this PageList.
This index allows to use pageList["title"] syntax. Don't forget to use correct
local namespace prefixes. Call CorrectNsPrefixes()()()() function to correct
namespace prefixes in a whole PageList at once.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Page this[ string index ] { get; set; } |
Parameters
- index
- Type: System..::..String
Title of page to get.
Return Value
Type: PageReturns the Page object, or null if there is no page with the specified title in this PageList.