Interface IAimpGroupingPresetStandard
Represents the preset for standard grouping. Implements the IAimpGroupingPreset
Namespace: AIMP.SDK.MusicLibrary.Presets
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpGroupingPresetStandard : IAimpGroupingPreset
Properties
Fields
Gets or sets the fields that used for grouping at filter.
Declaration
IAimpObjectList<string> Fields { get; set; }
Methods
GetFilter()
Gets the used filter.
Declaration
AimpActionResult<IAimpDataFilterGroup> GetFilter()