
• [long] FileSize:(Read Only) The size (in bytes) of the associated asset file.
PresentationContent Entity-Relation
The PresentationContent entity-relation represents the association between a Presentation instance and a Content
instance. It has the following properties:
• [int] ContentId:(Read Only) The identifier and primary key of the associated Content instance.
• [string] FileName: The virtual name of the file represented by the current Content instance.
• [int] PresentationId:(Read Only) The identifier and primary key of the associated Presentation instance.
• [string] PresentationName:(Read Only) The user-defined name of the associated Presentation instance.
• [string] StateName: The name of the presentation state that corresponds to the associated Content instance.
• [TimeSpan] DisplayDuration: The amount of time that the device displays an associated image.
• [string] ContentTransition: The screen effect that is shown during the transition between the previous
presentation state and the current content state (i.e. the associated content state).
Web Page Management Web Methods
• PagedList<WebPage> GetWebPages(string marker, int pageSize)
• List<WebPage> GetSpecifiedWebPages(int[] webPageIds)
• PagedList<WebPage> FindWebPages(string namePattern, int marker, int pageSize)
• WebPage GetWebPage(int webPageId, bool loadAssets)
• WebPage GetWebPageByName(string name, bool loadAssets)
• bool CheckWebPageName(string name)
• bool CheckWebPageUsage(int webPageId)
• bool CheckWebPageUsageByName(string name)
• bool RenameWebPage(int webPageId, string newName)
• bool DeleteWebPages(int[] webPageIds)
Commenti su questo manuale