Class Storage
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the storage information for media.
C#Copy[Obsolete("Please do not use! this will be deprecated in level 6")] public class Storage
- Inheritance
-
objectStorage
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
Declaration
C#Copypublic 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.
Declaration
C#Copypublic 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.
Declaration
C#Copypublic 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
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the current storage. |
Overrides
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.