BrightSign Network Web API Reference Manual v.3.8 User Manual
Page 86

74
Required Permissions
None
Parameters
•
[string] name: The Device Web Page Name value to be evaluated.
bool CheckDeviceWebPageUsage(int liveTextFeedId)
Description
Determines whether the
instance (specified by its primary key) is referenced by one or more
presentations. This method returns True if the DeviceWebPage instance has parent dependencies.
Note that when using this method to check whether a DeviceWebPage instance can be deleted, a False status may
change in the time between calling this method and calling
Required Permissions
None
Parameters
•
[int] deviceWebPageId: The identifier and primary key of the DeviceWebPage instance to evaluate. If a
DeviceWebPage instance with the specified
[int] Id does not exist, this method will return False without an
error.
bool CheckDeviceWebPageUsageByName(string name)
Description
Determines whether a
instance (specified with its alternate, user-defined key) is referenced by one or
more presentations. This method returns True if the DeviceWebPage instance has parent dependencies.
Note that when using this method to check whether a DeviceWebPage instance can be deleted, a False status may
change in the time between calling this method and calling