Interface IAimpDataStorageCommandDeleteFiles
Interface IAimpDataStorageCommandDeleteFiles
Namespace: AIMP.SDK.MusicLibrary.Extension.Command
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataStorageCommandDeleteFiles
Methods
CanDelete(Boolean)
Determines whether this instance can delete the specified physically.
Declaration
bool CanDelete(bool physically)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | physically | if set to |
Delete(IAimpFileList, Boolean)
Deletes the specified files.
Declaration
AimpActionResult Delete(IAimpFileList files, bool physically)
Parameters
Type | Name | Description |
---|---|---|
IAimpFileList | files | The files. |
System.Boolean | physically | if set to |