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

Page 69

Advertising
background image

57

[bool] loadAssets: A flag specifying whether the method should also initialize and return a list of all content
files currently being used by the Live Media Feed.

LiveMediaFeed GetLiveMediaFeedByName(string name, bool loadContent)

Description
Retrieves the

LiveMediaFeed

instance with the specified

[string] Name. This method returns Null if the

LiveMediaFeed instance with the specified name does not exist.

Required Permissions
Live Media Feed: Live Media Feeds

Parameters

[string] name: The user-defined Name of the LiveMediaFeeds instance to be retrieved. The length of the string
is limited to 50 characters.

[bool] loadAssets: A flag specifying whether the method should also initialize and return a list of all content
items currently being used by the Live Media Feed.

bool CheckLiveMediaFeedName(string name)

Description
Determines whether the specified

[string] Name is currently being used by a Live Media Feed. This method returns

True if a Live Media Feed with the specified Name currently exists.

Note that when using this method to check whether a Live Media Feed can be created, a False status may change
after this method is called.

Required Permissions
None

Advertising