Autodesk Vault ProfessionalVault API

GetPreviewInfo Method

Autodesk.Connectivity.WebServicesPackageService

Gets a preview of an uploaded package for import

Required Permissions

ERPImport

Syntax

public Preview GetPreviewInfo(
   FileFormat fileFormat,
   System.string packageName
)
Public Function GetPreviewInfo( _
   ByVal fileFormat As FileFormat, _
   ByVal packageName As System.String _
) As Preview

Parameters

NameDescription
fileFormatthe format of the uploaded file
packageNamethe name of the package returned from UploadPackagePart

Return Value

Preview of the imported package

See Also