Presentation, Presentation entity, Een a – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 89

Advertising
background image

77

PRESENTATION

Presentation Entity

The Presentation entities has the following properties:

[int] Id:(Read Only) The identifier and primary key of the Presentation instance.

[string] Name: The user-defined name of the Presentation instance. This string value must be unique in the
scope of the BrightSign Network account.

[DateTime] CreationDate:(Read Only) A UTC timestamp indicating when the presentation was created within
the BrightSign Network.

[DateTime] LastModifiedDate:(Read Only) A UTC timestamp indicating the last time that presentation was
modified.

[string] AutorunVersion:(Read Only) A string version of the device autorun referenced by the Presentation
instance. A “(custom)” maker will be included with this string if the presentation references a custom autorun.

[DeviceModel] DeviceModel: The target device model of the Presentation instance represented by a

DeviceModel

enumeration value.

[ScreenSettings] ScreenSettings: The screen settings of a Presentation instance represented by a

ScreenSettings

structure.

[PresentationLanguage] Language: A

PresentationLanguage

enumeration that represents the target

language of the presentation. This property currently has no effect on the operation of a presentation.

[List<PresentationZone>] Zones: A list of entity-relations inherited from the

PresentationZone

structure.

The list references

Content

and

ImageVideoDynamicPlaylist

/

AudioDynamicPlaylist

instances used by the current

Presentation instance.

[GroupInfo[]] Groups:(Read Only) An array of GroupInfo structures that represent parent

Group

instances for

which the Presentation instance is scheduled.

Advertising