Class Storage

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
3

Represents the storage information for media.

C#
Copy
[Obsolete("Please do not use! this will be deprecated in level 6")] public class Storage
Inheritance
System.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
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String

The unique ID of the storage.

API Level: 3
View Source

Path

Gets the path of the storage.

Declaration
C#
Copy
public string Path { get; }
Property Value
Type Description
System.String

The path of the storage.

API Level: 4
View Source

Type

Gets the type of the storage.

Declaration
C#
Copy
public StorageType Type { get; }
Property Value
Type Description
StorageType

The type of the storage.

API Level: 4

Methods

View Source

ToString()

Returns a string representation of the storage.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string representation of the current storage.

Overrides
System.Object.ToString()
API Level: 4