Class FolderColumns

    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 FolderColumns
    Inheritance
    object
    FolderColumns

    Properties

    View Source

    Id

    Gets the column name for the ID of folder.

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

    The column name for the ID of folder.

    Remarks

    The value type is string.

    See Also
    Id
    View Source

    Name

    Gets the column name for the name of folder.

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

    The column name for the name of folder.

    Remarks

    The value type is string.

    See Also
    Name
    View Source

    Path

    Gets the column name for the path of folder.

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

    The column name for the path of folder.

    Remarks

    The value type is string.

    See Also
    Path

    See Also

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