Class Tag
Definition
- Namespace:
- Tizen.Content.Media
Content
- 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
-
objectTag
Properties
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. |
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
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()