Class PlaylistColumns

    Definition

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

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

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

    Properties

    View Source

    Count

    Gets the column name for the number of members of playlist.

    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 members of playlist.

    Remarks

    The value type is integer.

    See Also
    AddMember(int, string)
    RemoveMember(int, int)
    View Source

    Id

    Gets the column name for the ID of playlist.

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

    Remarks

    The value type is integer.

    See Also
    Id
    View Source

    MemberOrder

    Gets the column name for the member order of playlist.

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

    The column name for the member order of playlist.

    Remarks

    The value type is integer.

    See Also
    UpdatePlayOrder(int, PlayOrder)
    View Source

    Name

    Gets the column name for the name of playlist.

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

    Remarks

    The value type is string.

    See Also
    Name

    See Also

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