File.DownloadUrl Property

Definition

Gets download URL.

[Newtonsoft.Json.JsonProperty(PropertyName="downloadUrl")]
public string DownloadUrl { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="downloadUrl")>]
member this.DownloadUrl : string
Public ReadOnly Property DownloadUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

URL to download the corresponding file. The downloadUrl is not returned for directories.

Applies to