Connectortype connectortype), Bool checkpresentationname(string name) – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 99

Advertising
background image

87

Parameters

[int] presentationId: The identifier and primary key of the Presentation instance to be retrieved.

[bool] loadContent: A flag specifying whether the method should also initialize and return a list of all Content
instances used by the presentation. Setting this flag to True will return an error if the specified presentation was
created in BrightAuthor.

Presentation GetPresentationByName(string name, bool loadContent)

Description
Retrieves the

Presentation

instance with the specified

[string] Name. This method returns Null if the Presentation

instance with the specified name does not exist.

Note: This method will not be able to initialize the

DeviceModel

enumeration,

PresentationLanguage

enumeration, or

ScreenSettings

structure if a target presentation was created in BrightAuthor. The server will return “unknown” and

Null values instead.

Required Permissions
Presentation: View Presentations

Parameters

[string] name: The user-defined Name of the Presentation instance to be retrieved.

[bool] loadContent: A flag specifying whether the method should also initialize and return a list of Content
instances used by the presentation. Setting this flag to True will return an error if the specified presentation was
created in BrightAuthor.

ScreenResolution[] GetSupportedScreenResolutions(DeviceModel deviceModel, ConnectorType
connectorType)

Description
Lists screen resolutions supported on the specified device model using the specified connector type.

Advertising