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.
public class Tag
- Inheritance
-
objectTag
Properties
View SourceId
Gets the ID of the tag.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int | The unique ID of the tag. |
Name
Gets the name of the tag.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of the tag. |
Methods
View SourceToString()
Returns a string representation of the tag.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of the current tag. |
Overrides
object.ToString()