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.

    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public static class BookmarkColumns
    Inheritance
    object
    BookmarkColumns

    Properties

    View Source

    Id

    Gets the column name for the ID of the bookmark.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public 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
    Id
    View Source

    Name

    Gets the column name for the name of the bookmark.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public 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
    Name
    View Source

    Offset

    Gets the column name for the offset of the bookmark.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public static string Offset { get; }
    Property Value
    Type Description
    string

    The column name for the offset of the bookmark.

    Remarks

    The value type is integer.

    See Also
    Offset

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    Count(CountArguments)
    Select(SelectArguments)
    CountBookmark(string, CountArguments)
    SelectBookmark(string, SelectArguments)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX