Class Folder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
Represents the folder information for the media.
C#Copypublic class Folder
- Inheritance
-
System.ObjectFolder
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
Properties
Declaration
C#Copypublic string Id { get; }
Property Value
Type | Description |
---|---|
System.String | The unique ID of the folder. |
API Level: 4
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the folder. |
API Level: 4
Declaration
C#Copypublic string Path { get; }
Property Value
Type | Description |
---|---|
System.String | The path of the folder. |
API Level: 4
Declaration
C#Copy[Obsolete("Please do not use! this will be deprecated in level 6")] public string StorageId { get; }
Property Value
Type | Description |
---|---|
System.String | The storage ID of the storage that the folder exists. |
API Level: 4
Declaration
C#Copy[Obsolete("Please do not use! this will be deprecated in level 6")] public StorageType StorageType { get; }
Property Value
Type | Description |
---|---|
StorageType | The StorageType of the storage that the folder exists. |
API Level: 4
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the current folder. |