Class TagColumns

    Definition

    Namespace:
    Tizen.Content.MediaContent
    Assembly:
    Tizen.Content.MediaContent.dll

    Provides the tag column names that can be used for the SelectArguments.

    public static class TagColumns
    Inheritance
    object
    TagColumns

    Properties

    View Source

    Count

    Gets the column name for the number of media of tag.

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

    The column name for the number of media of tag.

    Remarks

    The value type is integer.

    See Also
    AddMedia(int, string)
    RemoveMedia(int, string)
    View Source

    Id

    Gets the column name for the ID of tag.

    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 tag.

    Remarks

    The value type is integer.

    See Also
    Id
    View Source

    Name

    Gets the column name for the name of tag.

    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 tag.

    Remarks

    The value type is string.

    See Also
    Name

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    CountTag(string, CountArguments)
    SelectTag(string, SelectArguments)
    Count(CountArguments)
    CountMedia(int, CountArguments)
    Select(SelectArguments)
    SelectMedia(int, SelectArguments)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX