Class FolderColumns
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the folder column names that can be used for Select and Count commands.
public static class FolderColumns
- Inheritance
-
objectFolderColumns
Properties
View SourceId
Gets the column name for the ID of folder.
Declaration
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
View SourceName
Gets the column name for the name of folder.
Declaration
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
View SourcePath
Gets the column name for the path of folder.
Declaration
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
View SourceStorageType
Gets the column name for the storage type of folder.
Declaration
public static string StorageType { get; }
Property Value
Type | Description |
---|---|
string | The column name for the storage type of folder. |
Remarks
The value type is integer. The value should be an integer that is one of the StorageType values.