Bool deletelivetextfeeds(int[] livetextfeedids), Deletelivetextfeed() – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 64

Advertising
background image

52

bool RenameLiveTextFeed(int liveTextFeedId, string newName)

Description
Updates the

[string] Name of the specified

LiveTextFeed

instance. This method returns True upon success and

False upon failure.

Required Permissions
Live Text Feed: Update Live Text Feed, Rename Live Text Feed

Parameters

[int] LiveTextFeedId: The identifier and primary key of the LiveTextFeed instance. If a LiveTextFeed
instance with the specified identifier does not exist, the method will return False without an error.

[string] newName: A new Name parameter for the specified LiveTextFeed instance. A descriptive error will be
returned if the new Name string is greater than 50 characters.

bool DeleteLiveTextFeeds(int[] liveTextFeedIds)

Description
Deletes the specified

LiveTextFeed

instance(s) and related RSS file(s) in both the database and persistent storage.

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

Required Permissions
Live Text Feed: Delete Live Text Feed

Parameters

[int[]] liveTextFeedIds: An array of [int] Id values for the LiveTextFeed instances to be deleted. The
number of requested items is limited to 100 by the server. Attempting to request more than the maximum allowed
number of objects will cause an error. An error will also be returned if an

[int] Id parameter does not

correspond to an existing LiveTextFeed instance. Passing an empty array or Live Text Feed identifiers that don’t
exist will lead to an immediate empty response without an error.

Advertising