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; }
ReadOnly Property ImportWizDefinition_ImportTemplateDupeCheckFilter As String
Get
Property Value
Type:
StringProvide 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