Class Storage
Please do not use! this will be deprecated in level 6
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 3
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
Please do not use! this will be deprecated in level 6
Gets the ID of the storage.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String | The unique ID of the storage. |
API Level: 3
View SourcePath
Please do not use! this will be deprecated in level 6
Gets the path of the storage.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String | The path of the storage. |
API Level: 4
View SourceType
Please do not use! this will be deprecated in level 6
Gets the type of the storage.
Declaration
public StorageType Type { get; }
Property Value
Type | Description |
---|---|
StorageType | The type of the storage. |
API Level: 4
Methods
View SourceToString()
Please do not use! this will be deprecated in level 6
Returns a string representation of the storage.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string representation of the current storage. |