Interface IMetadataPropertyMappingProvider
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
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> |