Try our conversational search powered by Generative AI!

Class BlockFolderReferenceEditorDescriptor

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

Constructors

BlockFolderReferenceEditorDescriptor()

Declaration
public BlockFolderReferenceEditorDescriptor()

Properties

RepositoryKey

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

Implements

Extension Methods