Search Results for

    Show / Hide Table of Contents

    Class ContentDownloadEvent

    Inheritance
    object
    ApplicationEvent
    ContentDownloadEvent
    Inherited Members
    ApplicationEvent.Timestamp
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    DownloadInfos

    Declaration
    [JsonProperty("downloadInfos", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<DownloadTrackingInfo> DownloadInfos { get; set; }
    Property Value
    ICollection<DownloadTrackingInfo>

    FileSize

    Declaration
    [JsonProperty("fileSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public long FileSize { get; set; }
    Property Value
    long

    Range

    Declaration
    [JsonProperty("range", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Range { get; set; }
    Property Value
    string

    ShareToken

    Declaration
    [JsonProperty("shareToken", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ShareToken { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static ContentDownloadEvent FromJson(string data)
    Parameters
    string data

    Returns
    ContentDownloadEvent

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX