London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IImageDescriptorPropertyResolver

Component that resolves properties with ImageDescriptorAttribute

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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

Extension Methods