Click or drag to resize

OperationSource Enumeration

IT Hit User File System
Indicates if the operation it initiated by the remote storage or by the client.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.2.27026.0
Syntax
public enum OperationSource
Members
  Member nameValueDescription
Server0 Operation is triggered by the remote storage.
Client1 Operation is triggered by the user file system.
See Also