Class FolderColumns

Definition

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

Provides the folder column names that can be used for Select and Count commands.

C#
Copy
public static class FolderColumns : object
Inheritance
FolderColumns

Properties

View Source

Id

Gets the column name for the ID of folder.

Declaration
C#
Copy
public static string Id { get; }
Property Value
Type Description
String

The column name for the ID of folder.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Name

Gets the column name for the name of folder.

Declaration
C#
Copy
public static string Name { get; }
Property Value
Type Description
String

The column name for the name of folder.

Remarks

The value type is string.

See Also
API Level: 4
View Source

Path

Gets the column name for the path of folder.

Declaration
C#
Copy
public static string Path { get; }
Property Value
Type Description
String

The column name for the path of folder.

Remarks

The value type is string.

See Also
API Level: 4

See Also