Pages

Hierarchy

  • ReturnsPagesItem

Properties

cachedcontent: null | string

Page contents.

caneditpage: null | boolean

True if user can edit the page.

contentformat: null | number

cachedcontent format (1 = HTML, 0 = MOODLE, 2 = PLAIN, or 4 = MARKDOWN

contentsize: null | number

Size of page contents in bytes (doesn't include size of attached files).

firstpage: null | boolean

True if it's the first page.

id: null | number

Page ID.

pageviews: null | number

Number of times the page has been viewed.

readonly: null | number

1 if readonly, 0 otherwise.

subwikiid: null | number

Page's subwiki ID.

Tags

timecreated: null | number

Time of creation.

timemodified: null | number

Time of last modification.

timerendered: null | number

Time of last renderization.

title: null | string

Page title.

userid: null | number

ID of the user that last modified the page.

Generated using TypeDoc