Click or drag to resize
DeserializationResultDeserializedInfo Property
Deserialized info object

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BaseInfo DeserializedInfo { get; }

Property Value

Type: BaseInfo
Remarks
See IsValid to identify whether deserialization was fully or just partially successful.
See Also