UndoCheckoutFile Method
Performs the undo checkout operation.
Required Permissions
FileUndoCheckOutCurrentUserSyntax
public File UndoCheckoutFile(
System.long fileMasterId,
out ByteArray downloadTicket
)Public Function UndoCheckoutFile( _
ByVal fileMasterId As System.Long, _
ByRef downloadTicket As ByteArray _
) As FileParameters
| Name | Description |
|---|---|
| fileMasterId | The checked out File. |
| downloadTicket | An 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.
Remarks
If 'downloadFile' is set to DownloadPart, then only the first part will be returned in the 'fileContents' parameter.