AudioPlayerClearAllTags Method |
Clear all the tags of the selected multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ClearAllTags(
string DestFile
)
Public Sub ClearAllTags (
DestFile As String
)
Dim instance As AudioPlayer
Dim DestFile As String
instance.ClearAllTags(DestFile)
member ClearAllTags :
DestFile : string -> unit
public void ClearAllTags(
String DestFile
)
public function ClearAllTags(
DestFile : String
)
function ClearAllTags(DestFile);
Parameters
- DestFile
- Type: SystemString
See Also