AudioController.GetPlaylistByName Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
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.0.0.0 (8.0.0.0)

Syntax

C#
public Playlist GetPlaylistByName(
	string playlistName
)

Parameters

playlistName
Type: System..::..String
The playlist's name

Return Value

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

See Also