Click or drag to resize

PageElementPropertiesImportWizDefinition_ImportTemplatePicklist Property

Provide a picklist to choose which existing import templates a user can select from.The requirements of the picklist are...The first item has an index value of ZERO and represents NONE import template selection.Subsequent items in the picklist have a non zero index value and reflect an existing import templateYour replacement picklist must have the NoNullEntry picklist attribute.If you override this picklist then it must implement the same permissions model in the other template management properties you have overridden, ImportTemplateIDMatchFunction and ImportTemplateDupeCheckFilterIf you don't override this property, the list of templates is obtained from the eap-excel-import-templates picklist.

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

Property Value

Type: String
Provide a picklist to choose which existing import templates a user can select from.The requirements of the picklist are...The first item has an index value of ZERO and represents NONE import template selection.Subsequent items in the picklist have a non zero index value and reflect an existing import templateYour replacement picklist must have the NoNullEntry picklist attribute.If you override this picklist then it must implement the same permissions model in the other template management properties you have overridden, ImportTemplateIDMatchFunction and ImportTemplateDupeCheckFilterIf you don't override this property, the list of templates is obtained from the eap-excel-import-templates picklist.
See Also