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

88
Required Permissions
None
Parameters
•
enumeration indicating the model of BrightSign player to
evaluate. Passing an unknown device model will result in a Null return value.
•
[ConnectorType] ConnectorType: A
enumeration indicating the A/V connector on the model
to evaluate.
bool CheckPresentationName(string name)
Description
Determines whether the specified
[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
Required Permissions
Presentation: View Presentations
Parameters
•
[string] name: The Presentation Name value to be evaluated.
bool CheckPresentationUsage(int presentationId)
Description
Determines whether the
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.