Class EditorGroup
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorGroup : EditorBase
Constructors
EditorGroup()
Initializes a new instance of the System.Object class.
Declaration
public EditorGroup()
EditorGroup(String, EditorBase[], String, String, EditorButtonItem)
Initializes a new instance of the EditorGroup class.
Declaration
public EditorGroup(string title, EditorBase[] editorItems, string name, string parentId, EditorButtonItem titleButton)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | The title. |
EditorBase[] | editorItems | The editor items. |
System.String | name | The name. |
System.String | parentId | The parent identifier. |
EditorButtonItem | titleButton | The title button. |
Properties
EditorItems
Declaration
public EditorBase[] EditorItems { get; set; }
Property Value
Type | Description |
---|---|
EditorBase[] |
TitleButton
Declaration
public EditorButtonItem TitleButton { get; set; }
Property Value
Type | Description |
---|---|
EditorButtonItem |