Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GuidEditorDescriptor

Editor descriptor that will create a hidden input to edit a Guid value.

Inheritance
System.Object
GuidEditorDescriptor
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
[EditorDescriptorRegistration(TargetType = typeof(Guid? ))]
[EditorDescriptorRegistration(TargetType = typeof(Guid))]
public class GuidEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

GuidEditorDescriptor()

Initializes a new instance of the GuidEditorDescriptor class.

Declaration
public GuidEditorDescriptor()

Implements