Enum EditorDescriptorBehavior
Specifies how an editor descriptor should interact with other descriptors for the same type.
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public enum EditorDescriptorBehavior
Fields
Name | Description |
---|---|
Default | Adds this descriptor to the list of descriptors for the given type and ui hint combination. |
ExtendBase | Adds this descriptor to the list of descriptors for the given type and ui hint combination and makes sure that the descriptors registered without a ui hint for the type are called before this descriptor. |
OverrideDefault | Removes any existing descriptors for the type/ui hint combination and then adds this descriptor. |
PlaceLast | Adds this descriptor last in the list of descriptors for the given type and ui hint combination. |