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

Gets the path of the playlist xml file

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

Syntax

C#
public string getPlaylistPath()
Visual Basic
Public Function getPlaylistPath As String
Visual C++
public:
String^ getPlaylistPath()

Return Value

the path of the playlist xml file

See Also