Touchstone 11.0 API Reference
MappingSetName Property


Air.Services.Proxy Assembly > AIR.Services.DataImport.MappingSetManagement.Data Namespace > FilesMatchingMappingSetOptions Class : MappingSetName Property
(Optional) Contains a name for the mapping set that Touchstone® creates if the application cannot locate an existing mapping set to apply to the imported file.

If Touchstone must create a new mapping set, the MappingSetName is required.

Syntax
Public Property MappingSetName As String
Dim instance As FilesMatchingMappingSetOptions
Dim value As String
 
instance.MappingSetName = value
 
value = instance.MappingSetName
public string MappingSetName {get; set;}
Remarks
Touchstone stores a normalized view of every mapping set in the business unit. When you call the SubmitImportCsvWithAutomap() method, the application normalizes the column names in the files to import and attempts to locate an existing mapping set that includes all the normalized column names except the column names that you explicitly excluded. If Touchstone cannot find a match, the application creates a new mapping set.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilesMatchingMappingSetOptions Class
FilesMatchingMappingSetOptions Members