Class ContentSharings
Inheritance
ContentSharings
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentSharings
Properties
Times this Content was added to an Embed (does not decrease when removed from Embed)
Declaration
[JsonProperty("embedAdd", Required = Required.Always)]
public int EmbedAdd { get; set; }
Property Value
Times this Content was added to a Share (does not decrease when removed from Share)
Declaration
[JsonProperty("shareAdd", Required = Required.Always)]
public int ShareAdd { get; set; }
Property Value
Methods
Declaration
public static ContentSharings FromJson(string data)
Parameters
Returns