Class Folder

    Definition

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

    Represents the folder information for the media.

    public class Folder
    Inheritance
    object
    Folder
    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    Properties

    View Source

    Id

    Gets the ID of the folder.

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

    The unique ID of the folder.

    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    View Source

    Name

    Gets the name of the folder.

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

    The name of the folder.

    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    View Source

    Path

    Gets the path of the folder.

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

    The path of the folder.

    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    View Source

    StorageId

    Gets the storage ID of the storage that the folder exists.

    Declaration
    public string StorageId { get; }
    Property Value
    Type Description
    string

    The storage ID of the storage that the folder exists.

    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    View Source

    StorageType

    Gets the StorageType of the storage that the folder exists.

    Declaration
    public StorageType StorageType { get; }
    Property Value
    Type Description
    StorageType

    The StorageType of the storage that the folder exists.

    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    Methods

    View Source

    ToString()

    Returns a string representation of the folder.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current folder.

    Overrides
    object.ToString()
    Remarks

    The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX