Bool checkpresentationname(string name), Bool checkpresentationusage(int presentationid) – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 100

Advertising
background image

88

Required Permissions
None

Parameters

[DeviceModel] deviceModel: A

DeviceModel

enumeration indicating the model of BrightSign player to

evaluate. Passing an unknown device model will result in a Null return value.

[ConnectorType] ConnectorType: A

ConnectorType

enumeration indicating the A/V connector on the model

to evaluate.

bool CheckPresentationName(string name)

Description
Determines whether the specified

Presentation

[string] Name is currently in use. This method returns True if a

Presentation instance with the specified name currently exists.

Note that when using this method to check whether a Presentation can be uploaded, a False status may change
between calling this method and calling

CreatePresentation()

.

Required Permissions
Presentation: View Presentations

Parameters

[string] name: The Presentation Name value to be evaluated.

bool CheckPresentationUsage(int presentationId)

Description
Determines whether the

Presentation

instance (specified by its primary key) is referenced by one or more Group

instances. This method returns True if the Presentation instance has parent dependencies.

Advertising