DotNetWikiBot Framework Documentation
The Bot type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| askConfirm | If true the bot asks user to confirm next Save(), RenameTo() or Delete()
operation. False by default. | |
| botVer | Title and description of this bot as a web agent. | |
| cacheDir | Local cache directory. Adjust it if required. | |
| commonDataXml | Some unparsed supplementary data. You can see it
here. | |
| isRunningOnMono | If true, assembly is running on Mono framework. If false,
it is running on Microsoft .NET Framework. This variable is set
automatically, don't change it's value. | |
| lastSite | Last Site object constructed by the framework. | |
| messages | Dictionary containing localized DotNetWikiBot interface messages. | |
| nl | Shortcut for Environment.NewLine property.
It's "\r\n" on Windows and "\n" on Unix-like systems. | |
| version | Version of DotNetWikiBot Framework. |