Search Results for

    Show / Hide Table of Contents

    Class ContentDownloadsEditable

    Inheritance
    object
    ContentDownloadsEditable
    Inherited Members
    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 ContentDownloadsEditable

    Properties

    Embed

    Downloads of content through embed

    Declaration
    [JsonProperty("embed", Required = Required.Always)]
    public int Embed { get; set; }
    Property Value
    int

    Share

    Downloads of content through basic Share

    Declaration
    [JsonProperty("share", Required = Required.Always)]
    public int Share { get; set; }
    Property Value
    int

    Total

    Total downloads of content (regardless of formats, single download of multiple formats is counted once)

    Declaration
    [JsonProperty("total", Required = Required.Always)]
    public int Total { get; set; }
    Property Value
    int

    Methods

    FromJson(string)

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

    Returns
    ContentDownloadsEditable

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX