Click or drag to resize

WikiPage Properties

This is preliminary documentation and is subject to change.

The WikiPage type exposes the following members.

Properties
 NameDescription
Public propertyContent Gets the content of the page.
Public propertyContentLength Content length, in bytes.
Public propertyContentModel Content model. (MediaWiki 1.22)
Public propertyExists Gets whether the page exists. For category, gets whether the categories description page exists.
Public propertyId Id of the page.
Public propertyIsRedirect Determines the last version of the page is a redirect page.
Public propertyIsSpecialPage Gets whether the page is a Special page.
Public propertyLastFileRevision Gets the latest file revision information, if applicable.
Public propertyLastRevision Gets the latest revision of the page.
Public propertyLastRevisionId 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.
Public propertyLastTouched Page touched timestamp. It can be later than the timestamp of the last revision.
Public propertyNamespaceId Namespace id of the page.
Public propertyPageLanguage Page language. (MediaWiki 1.24)
Public propertyPageStub Gets an initialized WikiPageStub from the current instance.
Public propertyPropertyGroups Gets a read-only view of all the fetched property groups attached to this page.
Public propertyProtections 
Public propertyRedirectPath Gets a list indicating the titles passed (except the final destination) when trying to resolve the redirects in the last RefreshAsync invocation.
Public propertyRestrictionTypes Applicable protection types. (MediaWiki 1.25)
Public propertySite Gets the Site the page is on.
Public propertyTitle Gets the normalized full title of the page.
Top
See Also