GetPreviewInfo Method
Gets a preview of an uploaded package for import
Required Permissions
ERPImportSyntax
public Preview GetPreviewInfo(
FileFormat fileFormat,
System.string packageName
)Public Function GetPreviewInfo( _
ByVal fileFormat As FileFormat, _
ByVal packageName As System.String _
) As PreviewParameters
| Name | Description |
|---|---|
| fileFormat | the format of the uploaded file |
| packageName | the name of the package returned from UploadPackagePart |
Return Value
Preview of the imported package