Autodesk Vault ProfessionalVault API

DeleteFileVersions Method

Autodesk.Connectivity.WebServicesDocumentService

Deletes specific versions of a file.

Required Permissions

FileDeleteConditional

Syntax

public FileDelStatus[] DeleteFileVersions(
   System.long[] fileIds
)
Public Function DeleteFileVersions( _
   ByVal fileIds() As System.Long _
) As FileDelStatus()

Parameters

NameDescription
fileIdsAn array of file IDs to delete.

Return Value

A report of which versions have been deleted and which versions have not.

See Also