Bool checklivetextfeedusage(int livetextfeedid), Bool checklivetextfeedusagebyname(string name) – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 61

Advertising
background image

49

bool CheckLiveTextFeedUsage(int liveTextFeedId)

Description
Determines whether the

LiveTextFeed

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

presentations. This method returns True if the LiveTextFeed instance has parent dependencies.

Note that when using this method to check whether a LiveTextFeed instance can be deleted, a False status may
change in the time between calling this method and calling

DeleteLiveTextFeed()

.

Required Permissions
Live Text Feed: View Live Text Feed

Parameters

[int] liveTextFeedId: The identifier and primary key of the LiveTextFeed instance to evaluate. If a
LiveTextFeed instance with the specified

[int] Id does not exist, this method will return False without an error.

bool CheckLiveTextFeedUsageByName(string name)

Description
Determines whether a

LiveTextFeed

instance (specified with its alternate, user-defined key) is referenced by one or

more presentations. This method returns True if the LiveTextFeed instance has parent dependencies.

Note that when using this method to check whether a LiveTextFeed instance can be deleted, a False status may
change in the time between calling this method and calling

DeleteLiveTextFeed()

.

Required Permissions
Live Text Feed: View Live Text Feed

Parameters

[string] name: The user-defined name of the LiveTextFeed instance to evaluate. If a LiveTextFeed instance
with the specified

[string] Name does not exist, this method will return False without an error.

Advertising