Click or drag to resize
DeserializationResultBaseFailedMappings Property
Collection of names of fields and translation references that was impossible to map to existing DB objects.

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ICollection<FailedMapping> FailedMappings { get; set; }

Property Value

Type: ICollectionFailedMapping
Remarks
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