Class Storage
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the storage information for media.
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
View SourceId
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.
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.
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 SourceToString()
Returns a string representation of the storage.
Declaration
public 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.