Interface IAimpFileSystemCommandDropSource
Interface IAimpFileSystemCommandDropSource Implements the IAimpFileSystemCommand
Namespace: AIMP.SDK.FileManager.Commands
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileSystemCommandDropSource : IAimpFileSystemCommand
Methods
CreateStream(String)
Creates the stream.
Declaration
AimpActionResult<IAimpStream> CreateStream(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | Name of the file. |