BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 79

Advertising
background image

67

Parameters

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

bool CheckWebPageUsage(int liveTextFeedId)

Description
Determines whether the

WebPage

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

DeleteWebPages()

.

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

WebPage

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

DeleteWebPages()

.

Required Permissions
Web Page: View Web Pages

Advertising