London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DefaultEditorDescriptor

Inheritance
System.Object
DefaultEditorDescriptor
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class DefaultEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

DefaultEditorDescriptor()

Declaration
public DefaultEditorDescriptor()

Properties

Style

Declaration
public string Style { get; }
Property Value
Type Description
System.String

Methods

ModifyMetadata(ExtendedMetadata, IEnumerable<Attribute>)

Declaration
public override void ModifyMetadata(ExtendedMetadata metadata, IEnumerable<Attribute> attributes)
Parameters
Type Name Description
ExtendedMetadata metadata
System.Collections.Generic.IEnumerable<System.Attribute> attributes
Overrides

Implements

Extension Methods