Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IImageDescriptorPropertyResolver

Component that resolves properties with ImageDescriptorAttribute

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