Class PlaylistColumns
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the playlist column names that can be used for Select and Count commands.
C#Copypublic static class PlaylistColumns
- Inheritance
-
objectPlaylistColumns
Properties
Declaration
C#Copypublic static string Count { get; }
Property Value
| Type | Description |
|---|---|
| string | The column name for the number of members of playlist. |
Remarks
The value type is integer.
Declaration
C#Copypublic static string Id { get; }
Property Value
| Type | Description |
|---|---|
| string | The column name for the ID of playlist. |
Remarks
The value type is integer.
See Also
Declaration
C#Copypublic static string MemberOrder { get; }
Property Value
| Type | Description |
|---|---|
| string | The column name for the member order of playlist. |
Remarks
The value type is integer.
See Also
Declaration
C#Copypublic static string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The column name for the name of playlist. |
Remarks
The value type is string.