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

    Show / Hide Table of Contents

    Class EditorText

    Inheritance
    System.Object
    EditorBase
    EditorText
    Inherited Members
    EditorBase.EditorType
    EditorBase.Name
    EditorBase.Id
    EditorBase.AllowEmpty
    EditorBase.IsReadOnly
    EditorBase.IsAdvanced
    EditorBase.DisplayName
    EditorBase.Description
    EditorBase.FeatureRequiresPremiere
    EditorBase.ParentId
    Namespace: Emby.Web.GenericEdit.Editors
    Assembly: Emby.Web.GenericEdit.dll
    Syntax
    public class EditorText : EditorBase

    Constructors

    EditorText()

    Initializes a new instance of the System.Object class.

    Declaration
    public EditorText()

    EditorText(String, String)

    Initializes a new instance of the EditorText class.

    Declaration
    public EditorText(string name, string parentId)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.String parentId

    The parent identifier.

    Properties

    IsPassword

    Declaration
    public bool IsPassword { get; set; }
    Property Value
    Type Description
    System.Boolean

    LineCount

    Declaration
    public int? LineCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MaxLength

    Declaration
    public int? MaxLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MultiLine

    Declaration
    public bool MultiLine { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.