Interface IAimpServiceMusicLibraryUI
Provides an access to data of UI elements for an active data storage that uses by the user. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.MusicLibrary
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceMusicLibraryUI : IAimpService
Methods
GetFiles(FilesType)
Gets the file list from table view.
Declaration
AimpActionResult<IAimpFileList> GetFiles(FilesType flags)
Parameters
Type | Name | Description |
---|---|---|
FilesType | flags | The flags. |
GetGroupingFilter()
Gets the grouping filter.
Declaration
AimpActionResult<IAimpDataFilter> GetGroupingFilter()
GetGroupingFilterPath()
Gets the grouping filter path.
Declaration
AimpActionResult<string> GetGroupingFilterPath()
SetGroupingFilterPath(String)
Sets the grouping filter path.
Declaration
AimpActionResult SetGroupingFilterPath(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |