Class BlobResolveResult
Holds the result of resolving a Blob property from a type.
Inheritance
System.Object
BlobResolveResult
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class BlobResolveResult : Object
Constructors
BlobResolveResult()
Declaration
public BlobResolveResult()
Properties
Blob
Gets or sets the BLOB.
Declaration
public Blob Blob { get; set; }
Property Value
Type | Description |
---|---|
Blob | The BLOB. |
ImageDescriptor
Gets or sets the image descriptor.
Declaration
public ImageDescriptorAttribute ImageDescriptor { get; set; }
Property Value
Type | Description |
---|---|
ImageDescriptorAttribute | The image descriptor. |
PropertyName
The name of the property where the blob was found
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |