Class TagItem
Inheritance
System.Object
TagItem
Assembly: Emby.Web.GenericEdit.dll
Syntax
Constructors
TagItem()
Declaration
TagItem(String, TagTypes, String)
Declaration
public TagItem(string text, TagTypes tagType, string color = null)
Parameters
Type |
Name |
Description |
System.String |
text |
|
TagTypes |
tagType |
|
System.String |
color |
|
Properties
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public IconNames? Icon { get; set; }
Property Value
StandardIcon
Declaration
public StandardIcons? StandardIcon { get; set; }
Property Value
TagType
Declaration
public TagTypes TagType { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods