DownloadUrl Class

Definition

A secure URL that can be used to download a an entity until the URL expires.

public class DownloadUrl
type DownloadUrl = class
Public Class DownloadUrl
Inheritance
DownloadUrl

Constructors

DownloadUrl()

Initializes a new instance of the DownloadUrl class.

DownloadUrl(Nullable<DateTime>, String)

Initializes a new instance of the DownloadUrl class.

Properties

ExpiryTime

Gets the time in UTC when the download URL will expire.

Url

Gets the URL to the PDF file.

Applies to