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#Copypublic class Tag
- Inheritance
-
System.ObjectTag
Properties
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The unique ID of the tag. |
API Level: 3
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the current tag. |
Overrides
System.Object.ToString()