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
<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.
|
| Queue | 4 |
Event fired after item(s) added to the processing queue.
|
See Also