Class ContentDownloadEvent
Inheritance
ContentDownloadEvent
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentDownloadEvent : ApplicationEvent
Properties
Declaration
[JsonProperty("downloadInfos", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<DownloadTrackingInfo> DownloadInfos { get; set; }
Property Value
Declaration
[JsonProperty("fileSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FileSize { get; set; }
Property Value
Declaration
[JsonProperty("range", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Range { get; set; }
Property Value
Declaration
[JsonProperty("shareToken", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ShareToken { get; set; }
Property Value
Methods
Declaration
public static ContentDownloadEvent FromJson(string data)
Parameters
Returns