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