Class Tag

Definition

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

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
public class Tag
Inheritance
Tag

Properties

View Source

Id

Gets the ID of the tag.

Declaration
C#
Copy
public int Id { get; }
Property Value
Type Description
System.Int32

The unique ID of the tag.

API Level: 3
View Source

Name

Gets the name of the tag.

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

The name of the tag.

API Level: 3

Methods

View Source

ToString()

Returns a string representation of the tag.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string representation of the current tag.

Overrides
System.Object.ToString()
API Level: 4