SaaS CMS has officially launched! Learn more now.

Class BlobUriReference

Represent a blob reference from a content version

Inheritance
System.Object
BlobUriReference
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class BlobUriReference : Object

Constructors

BlobUriReference()

Declaration
public BlobUriReference()

Properties

BlobUri

The Uri for the blob that the content version references

Declaration
public Uri BlobUri { get; set; }
Property Value
Type Description
System.Uri

ContentVersion

The content version that has the blob reference

Declaration
public ContentReference ContentVersion { get; set; }
Property Value
Type Description
ContentReference

Extension Methods