Interface IAimpDataStorageCommandAddFiles
Interface IAimpDataStorageCommandAddFiles
Namespace: AIMP.SDK.MusicLibrary.Extension.Command
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataStorageCommandAddFiles
Methods
Add(IList<String>)
Adds the specified files.
Declaration
AimpActionResult Add(IList<string> files)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.String> | files | List of the file names. |