Try our conversational search powered by Generative AI!

Class BlobUriReference

Represent a blob reference from a content version

Inheritance
System.Object
BlobUriReference
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.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class BlobUriReference

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