DotNetWikiBot Framework Documentation

Properties

  NameDescription
Public propertyItem[([( Int32])])
This index allows to call pageList[i] instead of pageList.pages[i].
Public propertyItem[([( String])])
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.

See Also