A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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