SaaS CMS has officially launched! Learn more now.

Class PendingBlobUriReference

Inheritance
System.Object
PendingBlobUriReference
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PendingBlobUriReference : Object

Constructors

PendingBlobUriReference()

Declaration
public PendingBlobUriReference()

Properties

BlobUri

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

Id

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64

Extension Methods