AudioController.GetPlaylistByName Method

ClockStone Audio Toolkit

AudioControllerGetPlaylistByName Method

Retrieves a playlist by name. If playlists are named identically it will return the first one it finds

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public Playlist GetPlaylistByName(
	string playlistName
)

Parameters

playlistName
Type: SystemString
The playlist's name

Return Value

Type: Playlist
A playlist with the specified name, otherwise null
See Also