Presentation Entity (2022/06)
All presentation entities are structured as follows:
entity
:
Id
int read-only:Â A unique identifier for the presentation instanceType
string read-only: This property is present and it is always set to "Complete"Name
string read-write: The presentation name. The maximum length of this string is 100 characters.CreationDate
DateTime read-only: A timestamp indicating when the file was created. See DateTime for more information about this data type.LastModifiedDate
DateTime read-only: A timestamp indicating when the file was last modified. See DateTime for more information about this data type.ProjectFile
FileInfo read-write: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile EntityAutoplayFile
FileInfo read-write: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile EntityResourcesFile
FileInfo read-write: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile EntityÂUserDefinedEventsFile
FileInfo read-write: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile EntityThumbnailFile
FileInfo read-write: Can be one of the following FileInfo elements: NewFile Entity, RemoteFile Entity, or StoredFile EntityFiles
FileInfo[] read-write: Can be one of the following FileInfo elements: MediaFile Entity, RemoteFile Entity, StoredFile Entity, DynamicPlaylistFile Entity, LiveMediaFeedFile Entity, LiveTextFeedFile Entity, TaggedPlaylistFile Entity, or WebPageFile Entity.Applications
WebApplicationInfo[] read-write: Returns a list of the web applications associated with the presentationAutorun
DeviceAutorunInfo read-write:ÂVersion
string read-write:Â The current BrightAuthor:connected autorun version assigned to the deviceIsCustom
bool read-write: Whether the autorun is a standard BrightAuthor:connected file (false
) or a custom-built file (true
)
DeviceWebPage
DeviceWebPageInfo read-write:ÂId
int read-write: The identifier for the device webpageName
string read-write: The name of the device webpage
DeviceModel
DeviceModel read-write:Â The target BrightSign player model for the presentation (for example, "HD223" or "LS423"). TheDeviceModel
value cannot be modified after a presentation instance is createdScreenSettings
ScreenSettings read-write:Â An array of values indicating the screen settings of the presentation. This entry can also be Null for player models that do not support video output (i.e. the LS322):VideoMode
VideoMode read-write:Â The supported video mode (for example, "4096x2160x60p")Orientation
ScreenOrientation read-write:Â One of "Landscape", "PortraitBottomLeft", "PortraitBottomRight" or "Unknown"Connector
ConnectorType read-write: One of "VGA", "HDMI", or "Component"BackgroundColor
string:Â The background color assigned to the screenOverscan
ScreenOverscan read-write:Â One of "NoOverscan", "OverscanActionSafeArea", or "OverscanTitleSafeArea"
Language
PresentationLanguage read-write:Â The language of the ticker zone in simple presentations. This property currently has no effect on the operation of a presentation. The following are valid return values: "Unknown", "English", "French", "Italian", "German", "Spanish", "Swedish"Â
AutorunPlugins
AutorunPlugin[] read-write: The autorun plugin entity. See Autorun Plugin Entity.Dependencies
PresentationInfo[] read-write: An array of Presentation Info entities associated with each dependency for the presentationGroups
GroupInfo[] read-only:Â An array of Group object instances representing groups to which the presentation belongs:Id
int read-only: A unique identifier for the group object instanceName
string read-only: The name of the group object instanceLink
Uri read-only: The path to the group object instance UriÂ
Permissions
Permission[] read-write:Â An list of permission object instances representing permissions rules assigned to the presentation
Status
PresentationStatus read-write: The authoring status of the presentation entity. A "Draft" value indicates that the presentation is incomplete, lacking the autoplay-[PresentationName].xml or resources.txt file. A "Published" value indicates that the presentation has the necessary files to be published.
Â