PlaylistEditorExist(Int32) 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(
	int trackIndex
)

Parameters

trackIndex  Int32
The track index.

Return Value

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

Exceptions

IndexOutOfRangeException TrackIndex should be greater than 0.

See Also