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