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 6 Current »

All web application entities are structured as follows:

entity

  • Id int: The unique identifier for the web application entity

  • Name string: The name of the web application entity. 

  • UploadDate DateTimeA timestamp indicating when the web application instance was uploaded. See DateTime for more information about this data type.

  • LastModifiedDate DateTime:  A timestamp indicating when the web application instance was last modified. See DateTime for more information about this data type.

  • IndexFile WebPageAssetThe WebPage Asset entity for the web application index file

  • Assets WebPageAsset[]:  An array of WebPage Asset  entities for assets associated with the web application

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





  • No labels