featurePropertiescompatibility_SaveInstancesOfRuntimeDisabledPages Property |
By default, only instances associated with enabled pages are saved when wizard data is saved. Set to true if you want the wizard to attempt to save instances of all wizard pages even if they are disabled at runtime. Note this does not apply to pages disabled at design time in meta data.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool compatibility_SaveInstancesOfRuntimeDisabledPages { get; }
ReadOnly Property compatibility_SaveInstancesOfRuntimeDisabledPages As Boolean
Get
Property Value
Type:
BooleanBy default, only instances associated with enabled pages are saved when wizard data is saved. Set to true if you want the wizard to attempt to save instances of all wizard pages even if they are disabled at runtime. Note this does not apply to pages disabled at design time in meta data.
See Also