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.26901.0
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