Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

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