Class PlainStringPropertyEditor
Represents a property editor for configuration-less string properties.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class PlainStringPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourcePlainStringPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the PlainStringPropertyEditor class.
Declaration
public PlainStringPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory |