Class ContentRepairSettings
Inheritance
ContentRepairSettings
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
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
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
Methods
Declaration
public static ContentRepairSettings FromJson(string data)
Parameters
Returns