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

67
Parameters
•
[string] name: The Web Page Name value to be evaluated.
bool CheckWebPageUsage(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 WebPage instance has parent dependencies.
Note that when using this method to check whether a WebPage instance can be deleted, a False status may change
in the time between calling this method and calling
Required Permissions
Web Page: View Web Pages
Parameters
•
[int] webPageId: The identifier and primary key of the WebPage instance to evaluate. If a WebPage instance
with the specified
[int] Id does not exist, this method will return False without an error.
bool CheckWebPageUsageByName(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 WebPage instance has parent dependencies.
Note that when using this method to check whether a WebPage instance can be deleted, a False status may change
in the time between calling this method and calling
Required Permissions
Web Page: View Web Pages