Click or drag to resize
DeserializationResultBaseIsValid Property
Returns true if deserialized info object contains all fields that were present in its source and all references were successfully mapped to existing DB objects.

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool IsValid { get; }

Property Value

Type: Boolean
See Also