Autodesk Vault ProfessionalVault API

ImportFromPackage Method

Autodesk.Connectivity.WebServicesPackageService

Returns the package data that will be imported from an uploaded package

Required Permissions

ERPImport

Syntax

public PkgItemsAndBOM ImportFromPackage(
   FileFormat fileFormat,
   Map mappingInfo,
   System.string packageName
)
Public Function ImportFromPackage( _
   ByVal fileFormat As FileFormat, _
   ByVal mappingInfo As Map, _
   ByVal packageName As System.String _
) As PkgItemsAndBOM

Parameters

NameDescription
fileFormatThe format of the package file
mappingInfoProperty mapping information
packageNamethe name of the package returned from UploadPackagePart

Return Value

Package data from an imported package

See Also