Class BookmarkColumns

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Provides the bookmark column names that can be used for Select and Count commands.

C#
Copy
public static class BookmarkColumns
Inheritance
System.Object
BookmarkColumns

Properties

View Source

Id

Gets the column name for the ID of the bookmark.

Declaration
C#
Copy
public static string Id { get; }
Property Value
Type Description
System.String

The column name for the ID of the bookmark.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

Name

Gets the column name for the name of the bookmark.

Declaration
C#
Copy
public static string Name { get; }
Property Value
Type Description
System.String

The column name for the name of the bookmark.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Offset

Gets the column name for the offset of the bookmark.

Declaration
C#
Copy
public static string Offset { get; }
Property Value
Type Description
System.String

The column name for the offset of the bookmark.

Remarks

The value type is integer.

See Also
API Level: 4

See Also