Click or drag to resize
LaunchBox

IDataManagerGetPlaylistById Method

Gets a Playlist via the Playlist's ID.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
IPlaylist GetPlaylistById(
	string id
)

Parameters

id  String
The ID of the Playlist to retrieve. Maps up directly to the Playlist's PlaylistId property.

Return Value

IPlaylist
The Playlist with the associated ID, or NULL if not found.
See Also