Class EditorRoot
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorRoot : EditorGroup
Constructors
EditorRoot()
Initializes a new instance of the System.Object class.
Declaration
public EditorRoot()
EditorRoot(String, EditorBase[], PropertyCondition[], PostbackAction[], EditorButtonItem)
Initializes a new instance of the EditorRoot class.
Declaration
public EditorRoot(string title, EditorBase[] editorItems, PropertyCondition[] propertyConditions, PostbackAction[] postbackActions, EditorButtonItem titleButton)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | The title. |
EditorBase[] | editorItems | The editor items. |
PropertyCondition[] | propertyConditions | The property conditions. |
PostbackAction[] | postbackActions | The postback actions. |
EditorButtonItem | titleButton | The title button. |
Properties
PostbackActions
Declaration
public PostbackAction[] PostbackActions { get; set; }
Property Value
Type | Description |
---|---|
PostbackAction[] |
PropertyConditions
Declaration
public PropertyCondition[] PropertyConditions { get; set; }
Property Value
Type | Description |
---|---|
PropertyCondition[] |