
o The passed string is more than 50 characters.
o The passed string does not match a preexisting Dynamic Playlist.
o The [int] DisplayDuration of a DynamicPlaylistContent entity-relation is set to less than 1 second.
This only applies to entity-relations representing image files.
bool RenameDynamicPlaylist(int dynamicPlaylistId, string newName)
Description
Updates the [string] Name of the specified ImageVideoDynamicPlaylist or AudioDynamicPlaylist instance. This
method returns True upon success and False upon failure.
Required Permissions
Dynamic Playlist: Update Dynamic Playlist, Rename Dynamic Playlist
Parameters
• [int] dynamicPlaylistId: The identifier and primary key of the instance. If an instance with the specified
identifier does not exist, the method will return False without error.
• [string] newName: The new name for the specified instance. A descriptive error will be returned to the client if
the passed string is more than 50 characters.
bool DeleteDynamicPlaylists(int[] dynamicPlaylistIds)
Description
Deletes the specified ImageVideoDynamicPlaylist and/or AudioDynamicPlaylist instances from both the database and
persistent storage. Related MRSS files are also removed. This method returns True upon success and False upon
failure.
Required Permissions
Dynamic Playlist: Delete Dynamic Playlist
Comentarios a estos manuales