DeserializationResultBaseFailedMappings Property |
Collection of names of fields and translation references that was impossible to map to existing DB objects.
Namespace: CMS.DataEngine.SerializationAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ICollection<FailedMapping> FailedMappings { get; set; }
Property Value
Type:
ICollectionFailedMappingRemarks
In most cases, there will be at most single failed mapping present for given field.
Occasionally, however, there might be multiple failed mappings for the field.
See Also