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