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 (25.3.0.1000)
SyntaxUndoCheckOutResult UndoCheckOut(
	ICollection<Guid> ids
)
Function UndoCheckOut ( 
	ids As ICollection(Of Guid)
) As UndoCheckOutResult
UndoCheckOutResult^ UndoCheckOut(
	ICollection<Guid>^ ids
)
abstract UndoCheckOut : 
        ids : ICollection<Guid> -> UndoCheckOutResult 
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: 
UndoCheckOutResultAn object describing the result of the operation.
Exceptions
See Also