NotificationTime Enumeration |
IT Hit User File System
Item change notification type.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax [FlagsAttribute]
public enum NotificationTime
<FlagsAttribute>
Public Enumeration NotificationTime
[FlagsAttribute]
public enum class NotificationTime
[<FlagsAttribute>]
type NotificationTime
Members
| Member name | Value | Description |
---|
| Before | 1 |
Event fired before item(s) changed.
|
| After | 2 |
Event fired after item(s) changed.
|
| Progress | 4 |
Event fired on hydration progress, upload progress and folder population.
|
| Queue | 8 |
Event fired after item(s) added to the processing queue.
|
See Also