Class BookmarkColumns
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the bookmark column names that can be used for Select and Count commands.
C#Copypublic static class BookmarkColumns
- Inheritance
-
objectBookmarkColumns
Properties
Declaration
C#Copypublic static string Id { get; }
Property Value
Type | Description |
---|---|
string | The column name for the ID of the bookmark. |
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 the bookmark. |
Remarks
The value type is string.
See Also
Declaration
C#Copypublic static string Offset { get; }
Property Value
Type | Description |
---|---|
string | The column name for the offset of the bookmark. |
Remarks
The value type is integer.