Click or drag to resize

IInSyncResultContextSetInSync Property

IT Hit User File System
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.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
bool SetInSync { get; set; }

Property Value

Type: Boolean
Remarks
Setting this property to false is identical to throwing an exception in method implementation.
See Also