Class UserPickerPropertyEditor
Represents a property editor for selecting users.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataEditor("Umbraco.UserPicker", ValueType = "INT", ValueEditorIsReusable = true)]
public class UserPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceUserPickerPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the UserPickerPropertyEditor class.
Declaration
public UserPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataValueEditorFactory | dataValueEditorFactory | The data value editor factory. |
Methods
View SourceCreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
| Type | Description |
|---|---|
| IDataValueEditor |