Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

All webpage entities are structured as follows:

entity:

  • [int] Id: The unique identifier for the webpage entity
  • [string] Name: The name of the webpage entity
  • [string] PhysicalPath:
  • [long] FileSize:
  • [string] FileHash:
  • [DateTime] UploadDate: A timestamp indicating when the webpage instance was uploaded. See DateTime for more information about this data type.
  • [DateTime] LastModifiedDate:  A timestamp indicating when the webpage instance was last modified. See DateTime for more information about this data type.
  • [WebPageAsset[]] Assets:  An array of WebPage Asset entities for assets associated with the webpage
  • [PresentationInfo[]] Presentations: An array of Presentation Info entities for each presentation associated with the webpage
  • [List<Permission>] Permissions: A list of permission object instances representing permissions rules assigned to the webpage instance





  • No labels