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

Try our conversational search powered by Generative AI!

Interface IBlobResolver

Used to resolve a Blob property from a type.

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IBlobResolver

Methods

ResolveProperty(IContentData, String)

Resolves a blob property with name propertyName (case insensitive) from content.

Declaration
BlobResolveResult ResolveProperty(IContentData content, string propertyName)
Parameters
Type Name Description
IContentData content

The content.

System.String propertyName

Name of the property.

Returns
Type Description
BlobResolveResult
Remarks

If property is not found on instance null is returned.

Extension Methods