PageElementPropertiesImportWizDefinition_OfflineImportPriorityPicklist Property |
Provide a picklist with three options to represent the priority of the offline import. Currently, three levels of priority are supported. 1 - Low, 2 - Medium, 3 - High. The display text of the picklist items you provide can describe what each priority level would mean to an end user. e.g. 1 - It can wait until tomorrow, 2 - I need by end of business day, 3 - I need the results right now!If you don't override this property, the priority picklist is populated from the system picklist eap-excel-import-priority
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ImportWizDefinition_OfflineImportPriorityPicklist { get; }
ReadOnly Property ImportWizDefinition_OfflineImportPriorityPicklist As String
Get
Property Value
Type:
StringProvide a picklist with three options to represent the priority of the offline import. Currently, three levels of priority are supported. 1 - Low, 2 - Medium, 3 - High. The display text of the picklist items you provide can describe what each priority level would mean to an end user. e.g. 1 - It can wait until tomorrow, 2 - I need by end of business day, 3 - I need the results right now!If you don't override this property, the priority picklist is populated from the system picklist eap-excel-import-priority
See Also