Class Folder

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll

Represents the folder information for the media.

C#
Copy
public class Folder
Inheritance
object
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 Source

Id

Gets the ID of the folder.

Declaration
C#
Copy
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.

View Source

Name

Gets the name of the folder.

Declaration
C#
Copy
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.

View Source

Path

Gets the path of the folder.

Declaration
C#
Copy
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.

Methods

View Source

ToString()

Returns a string representation of the folder.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
string

A string representation of the current folder.

Overrides
object.ToString()
Remarks

The Folder is used to organize media content files, i.e., image, audio, and video files, in the physical storage of the device.