Interface IAimpFileSystemCommandCopyToClipboard
Interface IAimpFileSystemCommandCopyToClipboard Implements the IAimpFileSystemCommand
Namespace: AIMP.SDK.FileManager.Commands
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileSystemCommandCopyToClipboard : IAimpFileSystemCommand
Methods
CopyToClipboard(List<String>)
Copies to clipboard.
Declaration
AimpActionResult CopyToClipboard(List<string> files)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | files | The files. |