Search Results for

    Show / Hide Table of Contents

    Class LicenseInformation

    Inheritance
    object
    LicenseInformation
    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 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

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX