All webpage entities are structured as follows:
entity
:
The unique identifier for the webpage entity
Id:[int]
[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")
A timestamp indicating when the webpage instance was uploaded. See See DateTime for for more information about this data type.
UploadDate:[
DateTime
][DateTime] LastModifiedDate:
A timestamp indicating when the webpage instance was last modified. See See DateTime for for more information about this data type.[WebPageAsset[]] Assets:
An array of of WebPage Asset entities entities for assets associated with the webpage[PresentationInfo[]] Presentations:
An array of of Presentation Info entities for entities for each presentation associated with the webpage
A list of permission object instances representing permissions rules assigned to the webpage instance
Permissions:[
List<Permission>
]