Class ReferenceUpdateException
Inheritance
ReferenceUpdateException
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class ReferenceUpdateException : PictureparkBusinessException, ISerializable
Properties
These exceptions describe why the source metadata item could not be updated.
Declaration
[JsonProperty("exceptions", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<PictureparkException> Exceptions { get; set; }
Property Value
This is the source of the reference.
Declaration
[JsonProperty("referenceItemId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ReferenceItemId { get; set; }
Property Value
This is the DocType of the source of the reference.
Declaration
[JsonProperty("referenceType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ReferenceType { get; set; }
Property Value
Methods
Declaration
public static ReferenceUpdateException FromJson(string data)
Parameters
Returns
Extension Methods