Class TagColumns
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Provides the tag column names that can be used for the SelectArguments.
public static class TagColumns
- Inheritance
-
objectTagColumns
Properties
View SourceCount
Gets the column name for the number of media of tag.
Declaration
public 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.
See Also
View SourceId
Gets the column name for the ID of tag.
Declaration
public 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
View SourceName
Gets the column name for the name of tag.
Declaration
public static string Name { get; }
Property Value
Type | Description |
---|---|
string | The column name for the name of tag. |
Remarks
The value type is string.