Class LicenseInfo
Customer license information
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class LicenseInfo
Properties
State of statistics features for Content
Declaration
[JsonProperty("contentStatistics", Required = Required.Always)]
[Required]
public StatisticsLicenseState ContentStatistics { get; set; }
Property Value
License flag for enabling tree view
Declaration
[JsonProperty("enableTreeView", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? EnableTreeView { get; set; }
Property Value
State of content historic versioning
Declaration
[JsonProperty("historicVersioningState", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public HistoricVersioningState HistoricVersioningState { get; set; }
Property Value
Licensing options for image optimization.
Declaration
[JsonProperty("imageOptimization", Required = Required.Always)]
[Required]
public ImageOptimizationLicenseState ImageOptimization { get; set; }
Property Value
Methods
Declaration
public static LicenseInfo FromJson(string data)
Parameters
Returns