Click or drag to resize

Modified Enumeration

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.1.26791.0-Beta2
Syntax
public enum Modified
Members
  Member nameValueDescription
Client0 The item is modified in the user file system.
Server1 The item is modified in the remote storage.
See Also