Interface IBlobResolver
Used to resolve a Blob property from a type.
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IBlobResolverMethods
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.
