UndoCheckoutFile(FileIteration,FilePathAbsolute) Method
Undoes a checkout operation on a file.
Syntax
FileIteration UndoCheckoutFile(
FileIteration file,
FilePathAbsolute localFilePath
)Overloads Function UndoCheckoutFile( _
ByVal file As FileIteration, _
ByVal localFilePath As FilePathAbsolute _
) As FileIterationParameters
| Name | Description |
|---|---|
| file | The checked out file. |
| localFilePath | The location on disk to download the last-checked-in file. |
Return Value
The file iteration representing the last-checked-in version of the file.