Click or drag to resize
DeserializationResultBaseFailedFields Property
Collection of names of fields and raw values that was impossible to deserialize.

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public IDictionary<string, string> FailedFields { get; set; }

Property Value

Type: IDictionaryString, String
See Also