Click or drag to resize

EditorManager Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.Items.EditorsEditorManager

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public sealed class EditorManager

The EditorManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrent
Top
Methods
  NameDescription
Public methodConvertValue(ItemField, Object)
Public methodConvertValue(String, Object, ItemEntry)
Public methodConvertValue(String, Object, String)
Public methodCreateEditor(Type)
Public methodCreateEditor(EditorMetadata)
Public methodCreateEditorT
Public methodCreateValidator(Type)
Public methodCreateValidator(ValidatorMetadata)
Public methodCreateValidator(Type, IDictionaryString, Object)
Public methodCreateValidatorT
Public methodCreateValidatorT(IDictionaryString, Object)
Public methodGetEditorGroup(Type)
Public methodGetEditorGroup(Editor)
Public methodGetEditorName(Type)
Public methodGetEditorName(Editor)
Public methodGetEditorTypes
Public methodGetFieldValidators
Public methodIsEditableListEditor
Public methodIsListEditor(Type)
Public methodIsListEditor(Editor)
Public methodIsListEditor(EditorMetadata)
Public methodIsPlainTextEditor
Public methodSelectEditorType(Type)
Public methodSelectEditorType(Type, NullableInt32)
Top
See Also