Class EditorCaptionItem
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
[Browsable(false)]
public class EditorCaptionItem : EditorBaseConstructors
EditorCaptionItem()
Initializes a new instance of the System.Object class.
Declaration
public EditorCaptionItem()EditorCaptionItem(String, String)
Initializes a new instance of the EditorCaptionItem class.
Declaration
public EditorCaptionItem(string name, string parentId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name. | 
| System.String | parentId | The parent identifier. |