Class TagColumns
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the tag column names that can be used for the SelectArguments.
C#Copypublic static class TagColumns
- Inheritance
-
objectTagColumns
Properties
Declaration
C#Copypublic static string Count { get; }
Property Value
Type | Description |
---|---|
string | The column name for the number of media of tag. |
Remarks
The value type is integer.
Declaration
C#Copypublic static string Id { get; }
Property Value
Type | Description |
---|---|
string | The column name for the ID of tag. |
Remarks
The value type is integer.
See Also
Declaration
C#Copypublic static string Name { get; }
Property Value
Type | Description |
---|---|
string | The column name for the name of tag. |
Remarks
The value type is string.