Archetype.PropertyEditors.ArchetypePropertyEditor.CreateValueEditor C# (CSharp) Метод

CreateValueEditor() защищенный Метод

Creates a value editor instance
protected CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor
Результат Umbraco.Core.PropertyEditors.PropertyValueEditor
        protected override PropertyValueEditor CreateValueEditor()
        {
            return new ArchetypePropertyValueEditor(base.CreateValueEditor());
        }