Class LicenseInformation
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class LicenseInformation
Properties
BackupOption
Backup option for the customer
Declaration
[JsonProperty("backupOption", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public LicenseBackupOption BackupOption { get; set; }
Property Value
LicenseBackupOption |
ContentStatistics
State of statistics features for Content
Declaration
[JsonProperty("contentStatistics", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public StatisticsLicenseState ContentStatistics { get; set; }
Property Value
StatisticsLicenseState |
EnableTreeView
License flag to enable tree view
Declaration
[JsonProperty("enableTreeView", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? EnableTreeView { get; set; }
Property Value
bool? |
HistoricVersioningState
State of content historic versioning
Declaration
[JsonProperty("historicVersioningState", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public HistoricVersioningState HistoricVersioningState { get; set; }
Property Value
HistoricVersioningState |
ImageOptimization
Image optimization licensing options
Declaration
[JsonProperty("imageOptimization", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ImageOptimizationLicenseState ImageOptimization { get; set; }
Property Value
ImageOptimizationLicenseState |
Subscription
Subscription for the customer
Declaration
[JsonProperty("subscription", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public LicenseSubscription Subscription { get; set; }
Property Value
LicenseSubscription |
Methods
FromJson(string)
Declaration
public static LicenseInformation FromJson(string data)
Parameters
string data |
Returns
LicenseInformation |