Click or drag to resize

featurePropertiesexcel_ExcelImportMode Property

This feature behaves like a global switch to turn on, or off, Offline Import functionality.If no value is set for this feature property, the default value is for the Import process to behave as AlwaysOnline. Meaning no offline queueing is available. If no value is set, or, we set the property as AlwaysOnline it has two effects.1) Even if your import wizard has the WizImportDefinition page element added, the import wizard will SKIP this page so a user will navigate from Worksheet Selection to Field Mappings. The import wizard will import online.2) The scheduled task that is intended to monitor and execute the offline import queue will not actually read the queue and will not perform any offline importsSo if you want to execute Offline Imports, you must set this feature property to OfflineAvailable See ExcelImportMode

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
ExcelImportMode excel_ExcelImportMode { get; }

Property Value

Type: ExcelImportMode
This feature behaves like a global switch to turn on, or off, Offline Import functionality.If no value is set for this feature property, the default value is for the Import process to behave as AlwaysOnline. Meaning no offline queueing is available. If no value is set, or, we set the property as AlwaysOnline it has two effects.1) Even if your import wizard has the WizImportDefinition page element added, the import wizard will SKIP this page so a user will navigate from Worksheet Selection to Field Mappings. The import wizard will import online.2) The scheduled task that is intended to monitor and execute the offline import queue will not actually read the queue and will not perform any offline importsSo if you want to execute Offline Imports, you must set this feature property to OfflineAvailable See ExcelImportMode
See Also