Click or drag to resize

NotificationTime Enumeration

IT Hit User File System
Item change notification type.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
[FlagsAttribute]
public enum NotificationTime
Members
  Member nameValueDescription
Before1 Event fired before item(s) changed.
After2 Event fired after item(s) changed.
Queue4 Event fired after item(s) added to the processing queue.
See Also