Class Folder

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

Represents the folder information for the media.

C#
Copy
public class Folder : object
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 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.

API Level: 4
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.

API Level: 4
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.

API Level: 4

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.

API Level: 4

Extension Methods