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());
        }