Livetextfeed clonelivetextfeed(string feedurl), Createlivetextfeed() – BrightSign Network Web API Reference Manual v.3.8 User Manual
Page 62

50
LiveTextFeed CreateLiveTextFeed(LiveTextFeed entity)
instance and related RSS file with the specified
[string] Name and
LiveTextFeedItem[]] Items parameters. This method returns the created object with all initialized properties if
successful. If an error occurs during the creation process, the method will return Null.
A descriptive error will be returned if the key strings in the key-value pairs are not unique or if the number of key-value
pairs in the object instance surpasses the limit defined on the server.
Required Permissions
Live Text Feed: Create Live Text Feed
Parameters
•
[LiveTextFeed] entity: A LiveTextFeed object instance with initialized Name and Items parameters. All
other properties will be ignored during object creation. If this parameter is set to Null, then the method will
immediately return Null without an error. A descriptive error will be returned to the client if the LiveTextFeed name
is more than 50 characters or if another LiveTextFeed instance has the same name.
LiveTextFeed CloneLiveTextFeed(string feedUrl)
instance and related RSS file using the name and key-value pairs copied from the
specified external RSS URL. If successful, this method returns the newly created object with all initialized properties. If
an error occurs during object creation, this method returns Null.
A descriptive error will be returned if the key strings in the key-value pairs are not unique or if the number of key-value
pairs in the new object instance surpasses the limit defined on the server.
Required Permissions
Live Text Feed: Create Live Text Feed