PageElementPropertiesImportWizDefinition_ImportModeNewPicklist Property |
Provide a picklist with three options that describe what a user can do if they are importing a spreadsheet without selecting a template The two required options are 1 - Just Import, 2 - Queue The Import To Execute Offline, 2 - Create Import Template, Your picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeNew picklist is populated from the system picklist eap-excel-import-mode-new.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ImportWizDefinition_ImportModeNewPicklist { get; }
ReadOnly Property ImportWizDefinition_ImportModeNewPicklist As String
Get
Property Value
Type:
StringProvide a picklist with three options that describe what a user can do if they are importing a spreadsheet without selecting a template The two required options are 1 - Just Import, 2 - Queue The Import To Execute Offline, 2 - Create Import Template, Your picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeNew picklist is populated from the system picklist eap-excel-import-mode-new.
See Also