Class AlbumColumns
Definition
- Namespace:
- Tizen.Content.Media
Content
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the folder column names that can be used for Select and Count commands.
C#
Copy
public static class AlbumColumns
- Inheritance
-
objectAlbum
Columns
Properties
Declaration
C#
Copy
public static string Artist { get; }
Property Value
Type | Description |
---|---|
string | The column name for the artist of album. |
Remarks
The value type is string.
See Also
Declaration
C#
Copy
public static string Name { get; }
Property Value
Type | Description |
---|---|
string | The column name for the name of album. |
Remarks
The value type is string.