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: 11.20.7Syntax
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. |
PropertyName
The name of the property where the blob was found
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |