Interface IImageDescriptorPropertyResolver
Component that resolves properties with Image
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IImageDescriptorPropertyResolver
Methods
Resolve(Type)
Resolves properties with Image
Declaration
IEnumerable<PropertyInfo> Resolve(Type type)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | The type to resolve properties for |
Returns
Type | Description |
---|---|
System. |
A list of properties with Image |