Class EditorSelectMultiple
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorSelectMultiple : EditorSelectBaseConstructors
EditorSelectMultiple()
Initializes a new instance of the System.Object class.
Declaration
public EditorSelectMultiple()EditorSelectMultiple(IList<EditorSelectOption>, String, String, String, String)
Initializes a new instance of the EditorSelectMultiple class.
Declaration
public EditorSelectMultiple(IList<EditorSelectOption> selectOptions, string name, string parentId, string staticItemsSourceId, string itemsSourceId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<EditorSelectOption> | selectOptions | The select options. | 
| System.String | name | The name. | 
| System.String | parentId | The parent identifier. | 
| System.String | staticItemsSourceId | The static items source identifier. | 
| System.String | itemsSourceId | The items source identifier. | 
Properties
EmptyItemTitle
Declaration
public string EmptyItemTitle { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
LineCount
Declaration
public override int? LineCount { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Overrides
MultiLine
Declaration
public override bool MultiLine { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |