Class ContentDownloads
Inheritance
ContentDownloads
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentDownloads
Properties
Downloads of content through embed
Declaration
[JsonProperty("embed", Required = Required.Always)]
public int Embed { get; set; }
Property Value
Downloads of content through basic Share
Declaration
[JsonProperty("share", Required = Required.Always)]
public int Share { get; set; }
Property Value
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
Methods
Declaration
public static ContentDownloads FromJson(string data)
Parameters
Returns