 | 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)
Syntaxprotected bool HasSerializedCustomData { get; }
Protected ReadOnly Property HasSerializedCustomData As Boolean
Get
Property Value
Type:
Boolean
See Also