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.3.27213.0
Syntax public enum OperationSource
Public Enumeration OperationSource
public enum class OperationSource
Members
| Member name | Value | Description |
---|
| Server | 0 |
Operation is triggered by the remote storage.
|
| Client | 1 |
Operation is triggered by the user file system.
|
See Also