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