ImportPartsList(Project,String,String) Method
                In This Topic
            
            Method to import a parts list file into the project. The import file may be an XML/CSV file or may have a custom format, defined by an existing XML import converter.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project, into which the parts (Articles) will be imported.
- strImportFilePath
- Full file name of the parts list file to import.
- strConverter
- Converter long name XPamImport converters
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in
                                    case of
                                    invalid
                                    \arguments. | 
| BaseException | An error
                                occurred
                                during
                                import. | 
| \Exceptions\:\:InvalidConverter | Thrown
                                                  when given
                                                  parameter 
                                                  strConverter
                                                  isn't
                                                  valid
                                                  converter
                                                  or such
                                                  conversion
                                                  doesn't
                                                  exist at
                                                  all. | 
See Also