Interface IAimpServiceFileSystems
Provide ability to work with files. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.FileManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceFileSystems : IAimpService
Methods
Get(FileCommandType, String)
Get the interface of specified command.
Declaration
AimpActionResult<IAimpFileSystemCommand> Get(FileCommandType commandType, string fileUri)
Parameters
| Type | Name | Description |
|---|---|---|
| FileCommandType | commandType | The command type FileCommandType. |
| System.String | fileUri | The name of virtual file. |
GetDefault(FileCommandType)
Gets the default.
Declaration
AimpActionResult<IAimpFileSystemCommand> GetDefault(FileCommandType commandType)
Parameters
| Type | Name | Description |
|---|---|---|
| FileCommandType | commandType | Type of the command. |