Interface IAimpDataStorage
Interface provides an access to common to all data storages settings. The IAimpGroupingPresets is implemented on same level.
Namespace: AIMP.SDK.MusicLibrary.DataStorage
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataStorage
Properties
Caption
Gets the storage caption.
Declaration
string Caption { get; }
GroupingPreset
Gets or sets the active grouping preset.
Declaration
IAimpGroupingPreset GroupingPreset { get; set; }
Id
Gets the storage identifier.
Declaration
string Id { get; }