IFileSystemServiceUndoCheckOut Method (ICollectionGuid)

Discards the changes to the checked-out entities and/or folders with the specified IDs, 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(
	ICollection<Guid> ids
)

Parameters

ids
Type: System.Collections.GenericICollectionGuid
The IDs of the one or more folders and/or entities on which to perform the operation.

Return Value

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