Click or drag to resize

IInSyncResultContext Interface

IT Hit User File System
Provides a properties for setting the in-sync status of the item after the operation completion.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface IInSyncResultContext

The IInSyncResultContext 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.
Top
See Also