ImportPartsList(Project,String,Format) Method
In This Topic
Method to import a parts list file into the project.
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project, into which the parts (Articles) will be imported. |
| strImportFilePath | Full file name of the parts list file to import. |
| fileformat | Parameter for setting the predefined file formats XML and CSV. The enumeration PartsService.Format defines the necessary values. If an invalid value is set, the file is expected to be XML. |
Exceptions
See Also