Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TagItem

    Inheritance
    System.Object
    TagItem
    Namespace: Emby.Web.GenericEdit.Elements
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class TagItem

    Constructors

    TagItem()

    Declaration
    public TagItem()

    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
    Type Description
    System.Nullable<IconNames>

    StandardIcon

    Declaration
    public StandardIcons? StandardIcon { get; set; }
    Property Value
    Type Description
    System.Nullable<StandardIcons>

    TagType

    Declaration
    public TagTypes TagType { get; set; }
    Property Value
    Type Description
    TagTypes

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.