Click or drag to resize

IConfirmationResultContext Interface

IT Hit User File System
Used to confirm move and delation of files and folders in the user file system.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26224.0-Beta2
Syntax
public interface IConfirmationResultContext : IInSyncStatusResultContext, 
	IInSyncResultContext, IResultContext

The IConfirmationResultContext type exposes the following members.

Properties
  NameDescription
Public propertySetInSync
If this property is set to false the item will not be marked as in-sync after the create, update or move/rename operation. Default is true.
(Inherited from IInSyncResultContext.)
Top
Methods
  NameDescription
Public methodReportProgress
Reports operation progress and resets 60 sec timout timer.
(Inherited from IResultContext.)
Public methodReportStatus
Reports operation status to the platform.
(Inherited from IResultContext.)
Public methodReturnConfirmationResult
Confirms the operation, such as move/rename or delete.
Public methodReturnErrorResult
Cancels the operation, such as move/rename or delete.
Top
Remarks
See Also