Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
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

Extension Methods