[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class ContentSchemaChangeException : PictureparkValidationException, ISerializable
Content for which a change to RequestedContentSchemaId would cause data loss
Declaration
[JsonProperty("contentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentId { get; set; }
Property Value
Layers assigned to this Content which are not allowed for contents of type RequestedContentSchemaId
Declaration
[JsonProperty("incompatibleLayerAssignments", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> IncompatibleLayerAssignments { get; set; }
Property Value
ContentSchemaId to which the Content would have been changed
Declaration
[JsonProperty("requestedContentSchemaId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RequestedContentSchemaId { get; set; }
Property Value
Declaration
public static ContentSchemaChangeException FromJson(string data)
Parameters
Returns