View Source
Class UserPickerPropertyEditor
Assembly: Umbraco.Core.dll
Syntax
[DataEditor("Umbraco.UserPicker", ValueType = "INT", ValueEditorIsReusable = true)]
public class UserPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
UserPickerPropertyEditor(IDataValueEditorFactory)
Declaration
public UserPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Methods
View Source
CreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns