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: 8.2.27026.0
Syntax
[FlagsAttribute]
public enum NotificationTime
Members
  Member nameValueDescription
Before1 Event fired before item(s) changed.
After2 Event fired after item(s) changed.
Progress4 Event fired on hydration progress, upload progress and folder population.
Queue8 Event fired after item(s) added to the processing queue.
See Also