Click or drag to resize

PageElementPropertiesImportWizDefinition_ImportTemplateIDMatchSort Property

Specify a sort order on the data returned from your ImportTemplateIDMatchFunction property. Your function would typically return a match accuracy score and you sort those scores to have the import wizard choose the best match.The default value for this property is match_level_id.Your sort order can include as many fields as you need and supports ascending and descending modifiers.

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

Property Value

Type: String
Specify a sort order on the data returned from your ImportTemplateIDMatchFunction property. Your function would typically return a match accuracy score and you sort those scores to have the import wizard choose the best match.The default value for this property is match_level_id.Your sort order can include as many fields as you need and supports ascending and descending modifiers.
See Also