Presentationcontent entity-relation – BrightSign Network Web API Reference Manual v.3.8 User Manual
Page 75

63
•
[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
instance and a
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
•
List
•
PagedList
•
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)
•