IT Hit User File System
Indicates if the file or folder is modified in the remote storage or in the user file system.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax Public Enumeration Modified
public enum class Modified
Members
| Member name | Value | Description |
---|
| Client | 0 |
The item is modified in the user file system.
|
| Server | 1 |
The item is modified in the remote storage.
|
See Also