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 VideoReferenceEditorDescriptor

Inheritance
System.Object
VideoReferenceEditorDescriptor
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[EditorDescriptorRegistration(TargetType = typeof(ContentReference), UIHint = "video")]
public class VideoReferenceEditorDescriptor : ContentReferenceEditorDescriptor<IContentVideo>, IMetadataExtender, IMetadataHandler

Constructors

VideoReferenceEditorDescriptor()

Declaration
public VideoReferenceEditorDescriptor()

Properties

RepositoryKey

Declaration
public override string RepositoryKey { get; }
Property Value
Type Description
System.String
Overrides
EPiServer.Shell.ObjectEditing.EditorDescriptors.ContentReferenceEditorDescriptor<EPiServer.Core.IContentVideo>.RepositoryKey

Implements

Extension Methods