public List<string> ImportLibrary( string importFile, ApiImportConflictResolution importConflictResolution, out List<string> failedParts )
Parameters
- importFile
- Path to the import file.
- importConflictResolution
- Type of resolution for all conflicts which appear during import of library.
- failedParts
- List of non-imported parts.
Return Value
List of imported parts.