PlaylistEditorRemove(String) Method

Removes the specified track entry from the playlist.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Remove(
	string filepath
)

Parameters

filepath  String
The track path to remove it's entry.

Exceptions

Exception The TrackPath was not found in the playlist.

See Also