Wiki | 
This is preliminary documentation and is subject to change.
The WikiPage type exposes the following members.
| Name | Description | |
|---|---|---|
| Content | Gets the content of the page. | |
| ContentLength | Content length, in bytes. | |
| ContentModel | Content model. (MediaWiki 1.22) | |
| Exists | Gets whether the page exists. For category, gets whether the categories description page exists. | |
| Id | Id of the page. | |
| IsRedirect | Determines the last version of the page is a redirect page. | |
| IsSpecialPage | Gets whether the page is a Special page. | |
| LastFileRevision | Gets the latest file revision information, if applicable. | |
| LastRevision | Gets the latest revision of the page. | |
| LastRevisionId | Gets the id of last revision. In some cases, this property has non-zero value while LastRevision is null. See EditAsync(WikiPageEditOptions) for more information. | |
| LastTouched | Page touched timestamp. It can be later than the timestamp of the last revision. | |
| NamespaceId | Namespace id of the page. | |
| PageLanguage | Page language. (MediaWiki 1.24) | |
| PageStub | Gets an initialized WikiPageStub from the current instance. | |
| PropertyGroups | Gets a read-only view of all the fetched property groups attached to this page. | |
| Protections | ||
| RedirectPath | Gets a list indicating the titles passed (except the final destination) when trying to resolve the redirects in the last RefreshAsync invocation. | |
| RestrictionTypes | Applicable protection types. (MediaWiki 1.25) | |
| Site | Gets the Site the page is on. | |
| Title | Gets the normalized full title of the page. |