Search Results for

    Show / Hide Table of Contents

    Class LicenseInfo

    Customer license information

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

    Properties

    ContentStatistics

    State of statistics features for Content

    Declaration
    [JsonProperty("contentStatistics", Required = Required.Always)]
    [Required]
    public StatisticsLicenseState ContentStatistics { get; set; }
    Property Value
    StatisticsLicenseState

    EnableTreeView

    License flag for enabling 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

    Licensing options for image optimization.

    Declaration
    [JsonProperty("imageOptimization", Required = Required.Always)]
    [Required]
    public ImageOptimizationLicenseState ImageOptimization { get; set; }
    Property Value
    ImageOptimizationLicenseState

    Methods

    FromJson(string)

    Declaration
    public static LicenseInfo FromJson(string data)
    Parameters
    string data

    Returns
    LicenseInfo

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX