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.3.27213.0
Syntax bool SetInSync { get; set; }
Property SetInSync As Boolean
Get
Set
property bool SetInSync {
bool get ();
void set (bool value);
}
abstract SetInSync : bool with get, set
Property Value
Type:
BooleanRemarks Setting this property to false is identical to throwing an exception in method implementation.
See Also