Autodesk Vault ProfessionalVault API

UndoCheckoutFile Method

Autodesk.Connectivity.WebServicesDocumentService

Performs the undo checkout operation.

Required Permissions

FileUndoCheckOutCurrentUser

Syntax

public File UndoCheckoutFile(
   System.long fileMasterId,
   out ByteArray downloadTicket
)
Public Function UndoCheckoutFile( _
   ByVal fileMasterId As System.Long, _
   ByRef downloadTicket As ByteArray _
) As File

Parameters

NameDescription
fileMasterIdThe checked out File.
downloadTicketAn identifier to use for downloading the binary data. Ignore this value if no download operation is needed.

Return Value

A File object representing the latest checked-in version of the file.

See Also