Skip to content
Aaron Junker edited this page Dec 19, 2020 · 2 revisions

PageData Array

This is an Array that contains Data about a page.

Key Name

  • Type: string

Name of the page.

Key Code

  • Type: string

Contains the code of the content page.

Key Author

  • Type: int

Id of the User who is the Author of the page

Key Date

  • Type: date

The date the page is created.

Key Online

  • Type: int

1 if the page is available for public, 0 if not.

Key Id

  • Type: int

Id of the page.

Clone this wiki locally