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#
Copy
public static class TagColumns
Inheritance
object
TagColumns

Properties

View Source

Count

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

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] 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.

View Source

Id

Gets the column name for the ID of tag.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] 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 Source

Name

Gets the column name for the name of tag.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public static string Name { get; }
Property Value
Type Description
string

The column name for the name of tag.

Remarks

The value type is string.

See Also

See Also