Class AlbumColumns

    Definition

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

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

    public static class AlbumColumns
    Inheritance
    object
    AlbumColumns

    Properties

    View Source

    Artist

    Gets the column name for the artist of album.

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

    The column name for the artist of album.

    Remarks

    The value type is string.

    See Also
    Artist
    View Source

    Name

    Gets the column name for the name of album.

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

    The column name for the name of album.

    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