Class TagColumns
Provides the tag column names that can be used for the SelectArguments.
Inherited Members
Namespace: Tizen.Content.MediaContent
Assembly: Tizen.Content.MediaContent.dll
Syntax
public static class TagColumns
Properties
Count
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.
API Version
4See Also
Id
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.
API Version
4See Also
Name
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.