UndoCheckoutFile(FileIteration,Stream) Method
Undoes a checkout operation on a file.
Syntax
FileIteration UndoCheckoutFile(
FileIteration file,
System.IO.Stream outputStream
)Overloads Function UndoCheckoutFile( _
ByVal file As FileIteration, _
Optional ByVal outputStream As System.IO.Stream _
) As FileIterationParameters
| Name | Description |
|---|---|
| file | The checked out file. |
| outputStream | A stream to output the binary contents of the last-check-in file version to. If set to null, no download will be performed. |
Return Value
The file iteration representing the last-checked-in version of the file.