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

Constructor stores path to playlist xml file and the number of songs the playlist contains

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

Syntax

C#
public Playlist(
	string path,
	int len
)
Visual Basic
Public Sub New ( _
	path As String, _
	len As Integer _
)
Visual C++
public:
Playlist(
	String^ path, 
	int len
)

Parameters

path
Type: System..::..String
the path to the playlist xml file
len
Type: System..::..Int32
the number of songs in the playlist

See Also