[This is preliminary documentation and is subject to change.]

Sets the current queue to the given playlist

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void switchPlaylist(
	string next_playlist_name
)
Visual Basic
Public Sub switchPlaylist ( _
	next_playlist_name As String _
)
Visual C++
public:
void switchPlaylist(
	String^ next_playlist_name
)

Parameters

next_playlist_name
Type: System..::..String
the next playlist to be played

See Also