ExportPartsList(String,String,String) Method
                In This Topic
            
            Method to export the parts list of a project to an XML/CSV \file or as a custom format, defined by an existing XMLConverter.
            
            
            Syntax
            
        
            Parameters
- strFullLinkFileName
- Full link file name of the project of which the parts list will be exported.
- strExportFilePath
- Path and file name of the export file. The extension is added automatically.
- strConverter
- Converter long name, see XPamExport converters
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in
                                    case of
                                    invalid
                                    \arguments. | 
| BaseException | Thrown if
                                an error
                                occurred
                                during
                                export. | 
| ApplicationException | \Internal
                                       action for
                                       exporting
                                       the parts
                                       list was
                                       not found.
                                       (Missing
                                       rights?). | 
| \Exceptions\:\:InvalidConverter | Thrown
                                                  when given
                                                  parameter 
                                                  strConverter
                                                  isn't
                                                  valid
                                                  converter
                                                  or such
                                                  conversion
                                                  doesn't
                                                  exist at
                                                  all. | 
See Also