DotNetWikiBot Framework Documentation
The Page type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| comment | Last edit comment. | |
| lastBytesModified | Number of bytes modified during last edit. | |
| lastLoadTime | Time of last page load (UTC). Used to detect edit conflicts. | |
| lastMinorEdit | True, if last edit was minor edit. | |
| lastUser | Username or IP-address of last page contributor. | |
| lastUserId | Last contributor's ID in MediaWiki database. | |
| pageId | Page's ID in MediaWiki database. | |
| revision | Page revision ID in the MediaWiki database. | |
| site | Site, on which this page is located. | |
| text | Page's text. | |
| timestamp | Date and time of last edit expressed in UTC (Coordinated Universal Time).
Call "timestamp.ToLocalTime()" to convert to local time if it is necessary. | |
| title | Page's title, including namespace prefix. | |
| watched | True, if this page is in bot account's watchlist. |