Click or drag to resize

EngineWindowsAutoLock Property

IT Hit User File System
Automatically lock the file in the remote storage when a file handle is being opened for writing, unlock on close.

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

Property Value

Type: Boolean
Remarks
Your file items must implement ILock interface.
See Also