Class TagColumns

Definition

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

Provides the tag column names that can be used for the SelectArguments.

C#
Copy
public static class TagColumns
Inheritance
System.Object
TagColumns

Properties

View Source

Count

Gets the column name for the number of media of tag.

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

The column name for the number of media of tag.

Remarks

The value type is integer.

API Level: 4
View Source

Id

Gets the column name for the ID of tag.

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

The column name for the ID of tag.

Remarks

The value type is integer.

See Also
API Level: 4
View Source

Name

Gets the column name for the name of tag.

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

The column name for the name of tag.

Remarks

The value type is string.

See Also
API Level: 4

See Also