Class Folder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the folder information for the media.
public class Folder
- Inheritance
-
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
View SourceId
Gets the ID of the folder.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string | The unique ID of the folder. |
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
Name
Gets the name of the folder.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of the folder. |
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
Path
Gets the path of the folder.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string | The path of the folder. |
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
StorageId
Gets the storage ID of the storage that the folder exists.
Declaration
public string StorageId { get; }
Property Value
Type | Description |
---|---|
string | The storage ID of the storage that the folder exists. |
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
StorageType
Gets the StorageType of the storage that the folder exists.
Declaration
public StorageType StorageType { get; }
Property Value
Type | Description |
---|---|
StorageType | The StorageType of the storage that the folder exists. |
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.
Methods
View SourceToString()
Returns a string representation of the folder.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of the current folder. |
Overrides
Remarks
The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.