IFileSystemServiceUndoCheckOut Method (Guid)

Discards the changes to the checked-out entity or folder with the specified ID, and cancels the check-out(s).

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
UndoCheckOutResult UndoCheckOut(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the entity or folder for which to undo the check-out.

Return Value

Type: UndoCheckOutResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also