Click or drag to resize

IConfirmationResultContextReturnErrorResult Method

IT Hit User File System
Cancels 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 ReturnErrorResult(
	CloudFileStatus status = null
)

Parameters

status (Optional)
Type: ITHit.FileSystemCloudFileStatus
Error code. Windows error codes are defined in [!:ITHit.FileSystem.Windows.CloudFileStatus] enum.
See Also