IFileSystemServiceUndoCheckOut(Guid) Method |
Discards the changes to the checked-out entity or folder with the specified ID, and cancels the check-out(s).
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxUndoCheckOutResult UndoCheckOut(
Guid id
)
Function UndoCheckOut (
id As Guid
) As UndoCheckOutResult
UndoCheckOutResult^ UndoCheckOut(
Guid id
)
abstract UndoCheckOut :
id : Guid -> UndoCheckOutResult Parameters
- id Guid
- The ID of the entity or folder for which to undo the check-out.
Return Value
UndoCheckOutResultAn object describing the result of the operation.
Exceptions
See Also