Bool checklivetextfeedname(string name) – BrightSign Network Web API Reference Manual v.3.8 User Manual
Page 60

48
LiveTextFeed GetLiveTextFeedByName(string name, bool loadContent)
Description
Retrieves the
[string] Name. This method returns Null if the LiveTextFeed
instance with the specified name does not exist.
Required Permissions
Live Text Feed: View Live Text Feed, View Contents
Parameters
•
[string] name: The user-defined Name of the LiveTextFeed instance to be retrieved
•
[bool] loadContent: A flag specifying whether the method should also initialize and return the items (i.e. key
value pairs) of the Live Text Feed.
bool CheckLiveTextFeedName(string name)
Description
Determines whether the specified Live Text Feed
[string] Name is currently in use. This method returns True if a
Live Text Feed with the specified name currently exists.
Note that when using this method to check whether a LiveTextFeed instance can be created, a False status may
change in the time between calling this method and calling
Required Permissions
None
Parameters
•
[string] name: The Live Text Feed Name value to be evaluated.