ImportFromPackage Method
Returns the package data that will be imported from an uploaded package
Required Permissions
ERPImportSyntax
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 PkgItemsAndBOMParameters
| Name | Description |
|---|---|
| fileFormat | The format of the package file |
| mappingInfo | Property mapping information |
| packageName | the name of the package returned from UploadPackagePart |
Return Value
Package data from an imported package