Click or drag to resize

PageElementPropertiesImportWizDefinition_ImportTemplateDupeCheckFilter Property

Provide custom criteria that will be used to check if the user is trying to save an import template using a name that already exists in the application.The name of the template the user is trying to create will be appended to the end of the criteria you specify.

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

Property Value

Type: String
Provide custom criteria that will be used to check if the user is trying to save an import template using a name that already exists in the application.The name of the template the user is trying to create will be appended to the end of the criteria you specify.
See Also