Click or drag to resize

SettingsObjectHasSerializedCustomData Property

This flag tells whether custom data has been serialized by overriding a CUSTOMTOOLS' core settings object. This is important to check at overridden implementation of deserialization methods to avoid attempts of deserializing content that is not even stored. See also IsCustomized. For implementation that do not override existing extensions, this can be ignored.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected bool HasSerializedCustomData { get; }

Property Value

Type: Boolean
See Also