Click or drag to resize

PageElementPropertiesImportWizDefinition_ImportModeExistingPicklist Property

Provide a picklist with two options that describe the options a user is presented if they choose to import from an existing templateThe two required options are 1 - Import Now Using This Template, 2 - Queue The Import To Execute Offline, Your picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeExisting picklist is populated from the system picklist eap-excel-import-mode-existing.

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

Property Value

Type: String
Provide a picklist with two options that describe the options a user is presented if they choose to import from an existing templateThe two required options are 1 - Import Now Using This Template, 2 - Queue The Import To Execute Offline, Your picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeExisting picklist is populated from the system picklist eap-excel-import-mode-existing.
See Also