Class Tag

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll

Represents a special piece of information that may be associated with media. Tagging allows a user to organize large number of items into logical groups providing a simplified and faster way of accessing media items.

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public class Tag
Inheritance
object
Tag

Properties

View Source

Id

Gets the ID of the tag.

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

The unique ID of the tag.

View Source

Name

Gets the name of the tag.

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

The name of the tag.

Methods

View Source

ToString()

Returns a string representation of the tag.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public override string ToString()
Returns
Type Description
string

A string representation of the current tag.

Overrides
object.ToString()