Search Results for

    Show / Hide Table of Contents

    Class ContentRepairSettings

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

    Properties

    AcceptableLayerUnassignments

    List of layers that can be unassigned (due to change of ContentSchemaId and LayerSchemaIds)

    Declaration
    [JsonProperty("acceptableLayerUnassignments", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> AcceptableLayerUnassignments { get; set; }
    Property Value
    ICollection<string>

    ForceInvalidateXmpWriteback

    Whether to enforce XmpWriteback for Outputs of Content (ignored if repair was not performed)

    Declaration
    [JsonProperty("forceInvalidateXmpWriteback", Required = Required.Always)]
    public bool ForceInvalidateXmpWriteback { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

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

    Returns
    ContentRepairSettings

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX