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

« Previous Version 5 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: The location of the webpage asset file in the server directory
  • [long] FileSize: The size of the webpage asset file (in bytes)
  • [string] FileHash: The hash algorithm and the value that results from performing the hash algorithm on the webpage asset. The string is formatted as "{algorithm}:{value}" (e.g. "SHA1:6DB465879088280AAC52DC22B07ED0AD493A99D4")
  • [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