Class CheckContentSchemaIdChangeResult
Result for CheckContentSchemaIdChangeRequest
Inheritance
CheckContentSchemaIdChangeResult
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class CheckContentSchemaIdChangeResult
Properties
List of errors preventing validation of ContentSchema change
Declaration
[JsonProperty("errors", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<CheckContentSchemaIdChangeResultErrorItem> Errors { get; set; }
Property Value
List of operations which incur loss of data if carried out
Declaration
[JsonProperty("problematicChanges", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ContentSchemaChangeException> ProblematicChanges { get; set; }
Property Value
Methods
Declaration
public static CheckContentSchemaIdChangeResult FromJson(string data)
Parameters
Returns