ImportParts(ArrayList,String,ImportMode,Boolean,ImportIdentifier,String) Method
In This Topic
Imports parts to this database.
Syntax
Parameters
| Parameter Name | Description |
|---|
| arrStrFilesPaths | List of full file names |
| strConverter | Converter long name, see XPamImport for converters |
| mode | Import mode. The enumeration MDPartsDatabase.ImportMode defines the supported values. If an invalid value is set, the value AppendNewRecords = 0 will be used. |
| bAdditionalLanguage | Specifies if multilanguage properties of records should be updated with another language rather than be replaced. |
| importIdentifier | Import Identifier. The enumeration MDPartsDatabase.ImportIdentifier defines the supported values. |
| strFieldMappingScheme | Specifies a field mapping scheme. This parameter may be an empty string in which case the scheme last used in GUI will be taken. |
Exceptions
See Also