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