| IDataManagerGetPlaylistById Method |
Gets a Playlist via the Playlist's ID.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: 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
)
Function GetPlaylistById (
id As String
) As IPlaylist
IPlaylist^ GetPlaylistById(
String^ id
)
abstract GetPlaylistById :
id : string -> IPlaylist
Parameters
- id String
- The ID of the Playlist to retrieve. Maps up directly to the Playlist's PlaylistId property.
Return Value
IPlaylistThe Playlist with the associated ID, or NULL if not found.
See Also