Click or drag to resize

IConfirmationResultContextReturnConfirmationResult Method

IT Hit User File System
Confirms the operation, such as move/rename or delete.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
void ReturnConfirmationResult()
Remarks

You will call this method to confirm operation, such as move/rename or delete.

Calling this method triggers [!:IFileSystemItem.MoveToCompletionAsync] call. If the file is moved, the file handle is closed which triggers [!:ITHit.FileSystem.Windows.IFileWindows.CloseCompletionAsync] method call.

See Also