 | 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.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected bool HasSerializedCustomData { get; }
Protected ReadOnly Property HasSerializedCustomData As Boolean
Get
Property Value
Boolean
Revision HistoryDate | Version | Description |
---|
- | 2024 SP1 | First Release |
See Also