Class Folder
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the folder information for the media.
public class Folder
- Inheritance
-
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.
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. |
Name
Gets the name of the folder.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the folder. |
Path
Gets the path of the folder.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| string | The path of the folder. |
StorageId
Gets the storage ID of the storage that the folder exists.
Declaration
[Obsolete("Please do not use! this will be deprecated in level 6")]
public string StorageId { get; }
Property Value
| Type | Description |
|---|---|
| string | The storage ID of the storage that the folder exists. |
StorageType
Gets the StorageType of the storage that the folder exists.
Declaration
[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. |
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. |