Try our conversational search powered by Generative AI!

Interface IMetadataPropertyMappingProvider

Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IMetadataPropertyMappingProvider

Methods

GetPropertyMappings(Object)

Declaration
IEnumerable<PropertyMapping> GetPropertyMappings(object container)
Parameters
Type Name Description
System.Object container
Returns
Type Description
System.Collections.Generic.IEnumerable<PropertyMapping>

Extension Methods