Defines the type of query for the song browser.
Declaration Syntax
C# | Visual Basic |
public enum SongQueryType
Public Enumeration SongQueryType
Members
Member | Description |
---|---|
None |
No query.
|
Artist |
Artist query.
|
Album |
Album query.
|
Playlist |
Playlist query.
|
All |
All query.
|