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.3.27213.0
Syntax public interface IInSyncResultContext
Public Interface IInSyncResultContext
public interface class IInSyncResultContext
type IInSyncResultContext = interface end
The IInSyncResultContext type exposes the following members.
Properties
| Name | Description |
---|
| SetInSync |
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.
|
TopSee Also