Class Storage

    Definition

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

    Represents the storage information for media.

    [Obsolete("Please do not use! this will be deprecated in level 6")]
    public class Storage
    Inheritance
    object
    Storage
    Remarks

    The system generates the storage ID when the external storage is added and manages the media information in each of the storage by using the storage ID.

    Properties

    View Source

    Id

    Gets the ID of the storage.

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

    The unique ID of the storage.

    Remarks

    The system generates the storage ID when the external storage is added and manages the media information in each of the storage by using the storage ID.

    View Source

    Path

    Gets the path of the storage.

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

    The path of the storage.

    Remarks

    The system generates the storage ID when the external storage is added and manages the media information in each of the storage by using the storage ID.

    View Source

    Type

    Gets the type of the storage.

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

    The type of the storage.

    Remarks

    The system generates the storage ID when the external storage is added and manages the media information in each of the storage by using the storage ID.

    Methods

    View Source

    ToString()

    Returns a string representation of the storage.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current storage.

    Overrides
    object.ToString()
    Remarks

    The system generates the storage ID when the external storage is added and manages the media information in each of the storage by using the storage ID.

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