WebPage Entity (2022/06)

All webpage entities are structured as follows:

entity

  • Id int read-only: The unique identifier for the webpage entity

  • Name string read-write: The name of the webpage entity. The maximum length of this string is 50 characters.

  • UploadDate DateTime read-onlyA timestamp indicating when the webpage instance was uploaded. See DateTime for more information about this data type.

  • LastModifiedDate DateTime read-only:  A timestamp indicating when the webpage instance was last modified. See DateTime for more information about this data type.

  • IndexFile WebPageAsset read-writeThe WebPage Asset entity for the webpage index file

  • Assets WebPageAsset[] read-write:  An array of WebPage Asset  entities for assets associated with the webpage

  • Presentations PresentationInfo[] read-only: An array of Presentation Info structures which indicate/reference presentations which include this web page.

  • Permissions Permission[] read-writeA list of permission object instances representing permissions rules assigned to the webpage instance