Interface IMetadataExtender
Implement this interface to be able to modify metadata.
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface IMetadataExtender : IMetadataHandlerMethods
ModifyMetadata(ExtendedMetadata, IEnumerable<Attribute>)
Use to add change metadata for the editor before the UI is rendered.
Declaration
void ModifyMetadata(ExtendedMetadata metadata, IEnumerable<Attribute> attributes)Parameters
| Type | Name | Description | 
|---|---|---|
| ExtendedMetadata | metadata | The metadata. | 
| System.Collections.Generic.IEnumerable<System.Attribute> | attributes | The attributes. | 
