View Source
Class NestedContentPropertyEditor
Represents a nested content property editor.
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.NestedContent", "Nested Content", "nestedcontent", ValueType = "JSON", Group = "Lists", Icon = "icon-thumbnail-list")]
public class NestedContentPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
NestedContentPropertyEditor(ILogger, Lazy<PropertyEditorCollection>, IDataTypeService, IContentTypeService)
Declaration
[Obsolete("Use the constructor specifying all parameters instead")]
public NestedContentPropertyEditor(ILogger logger, Lazy<PropertyEditorCollection> propertyEditors, IDataTypeService dataTypeService, IContentTypeService contentTypeService)
Parameters
View Source
NestedContentPropertyEditor(ILogger, Lazy<PropertyEditorCollection>, IDataTypeService, IContentTypeService, ILocalizedTextService)
Declaration
public NestedContentPropertyEditor(ILogger logger, Lazy<PropertyEditorCollection> propertyEditors, IDataTypeService dataTypeService, IContentTypeService contentTypeService, ILocalizedTextService localizedTextService)
Parameters
Methods
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
View Source
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns