PlaylistEditorExist(String) Method

Determines whether the specified track exists in 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 bool Exist(
	string filepath
)

Parameters

filepath  String
The track filepath.

Return Value

Boolean
if the track already exists in the playlist, otherwise.

See Also