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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class BlobResolveResult

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.

Extension Methods