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
Inheritance
System.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
System.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
System.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
System.String

The path of the folder.

API Level: 4
View Source

StorageId

Gets the storage ID of the storage that the folder exists.

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
View Source

StorageType

Gets the StorageType of the storage that the folder exists.

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

View Source

ToString()

Returns a string representation of the folder.

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

A string representation of the current folder.

Overrides
System.Object.ToString()
API Level: 4