Bool deletelivemediafeeds(int[] livemediafeedids) – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 72

Advertising
background image

60

bool RenameLiveMediaFeed(int liveMediaFeedId, string newName)

Description
Updates the

[string] Name of the specified

LiveMediaFeed

instance. This method returns True upon success and

False upon failure.

Permissions
Live Media Feed: Update Live Media Feed, Rename Live Media Feed

Parameters

[int] liveMediaFeedId: The identifier and primary key of the LiveMediaFeed instance to be renamed. If there
are no LiveMediaFeed instances with the specified identifier, the server will return False without an error.

[string] newName: The new [string] Name for the specified LiveMediaFeed instance. The server will return
a descriptive error if the name is more than 50 characters or if another LiveMediaFeed instance has the same
name.

bool DeleteLiveMediaFeeds(int[] liveMediaFeedIds)

Description
Deletes the specified

LiveMediaFeed

instance(s), as well as the related MRSS file(s), from both the database and

persistent storage. This method returns True only if completely successful. Otherwise, it returns False.

Permissions
Live Media Feed: Update Live Media Feed

Parameters

[int[]] liveMediaFeedIds: An array of [int] Id values indicating LiveMediaFeed instances that should be
deleted. The number of requested instances is limited to 100 by the server. The server will return an error if one or
more of the following conditions occur:

o More than the maximum allowed number of objects are requested.
o An [int] Id parameter does not correspond to an existing LiveMediaFeed instance.

Advertising