Try our conversational search powered by Generative AI!

Class ContentReferenceListEditorDescriptor

Inheritance
System.Object
ContentReferenceListEditorDescriptor
Namespace: EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[EditorDescriptorRegistration(TargetType = typeof(IList<ContentReference>))]
public class ContentReferenceListEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

ContentReferenceListEditorDescriptor(IEnumerable<IContentRepositoryDescriptor>, IContentLoader)

Declaration
public ContentReferenceListEditorDescriptor(IEnumerable<IContentRepositoryDescriptor> contentRepositoryDescriptors, IContentLoader contentLoader)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IContentRepositoryDescriptor> contentRepositoryDescriptors
IContentLoader contentLoader

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