Show / Hide Table of Contents

    Class TagColumns

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

    Inheritance
    Object
    TagColumns
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Content.MediaContent
    Assembly: Tizen.Content.MediaContent.dll
    Syntax
    public static class TagColumns

    Properties

    Count

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

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

    API Version
    4
    See Also
    AddMedia(Int32, String)
    RemoveMedia(Int32, String)

    Id

    Gets the column name for the ID of tag.

    Declaration
    public static string Id { get; }
    Property Value
    Type Description
    String

    The column name for the ID of tag.

    Remarks

    The value type is integer.

    API Version
    4
    See Also
    Id

    Name

    Gets the column name for the name of tag.

    Declaration
    public static string Name { get; }
    Property Value
    Type Description
    String

    The column name for the name of tag.

    Remarks

    The value type is string.

    API Version
    4
    See Also
    Name

    See Also

    SelectArguments
    CountArguments
    FilterExpression
    SortOrder
    CountTag(String, CountArguments)
    SelectTag(String, SelectArguments)
    Count(CountArguments)
    CountMedia(Int32, CountArguments)
    Select(SelectArguments)
    SelectMedia(Int32, SelectArguments)
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX