PlaylistEditorExist(String) Method
Determines whether the specified track exists in the playlist.
Namespace: DevCase.Core.Media.SoundAssembly: 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
)
Public Function Exist (
filepath As String
) As Boolean
Dim instance As PlaylistEditor
Dim filepath As String
Dim returnValue As Boolean
returnValue = instance.Exist(filepath)
public:
bool Exist(
String^ filepath
)
member Exist :
filepath : string -> bool
No code example is currently available or this language may not be supported.
- filepath String
-
The track filepath.
Boolean if the track already exists in the playlist,
otherwise.