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
-
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 SourceId
Gets the ID of the storage.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string | The unique ID of the storage. |
Path
Gets the path of the storage.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string | The path of the storage. |
Type
Gets the type of the storage.
Declaration
public StorageType Type { get; }
Property Value
| Type | Description |
|---|---|
| StorageType | The type of the storage. |
Methods
View SourceToString()
Returns a string representation of the storage.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the current storage. |