Enum NotificationThresholdTimeType
Notification threshold time.
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public enum NotificationThresholdTimeType : int
Fields
Name | Description |
---|---|
Days | Days. |
Hours | Hours. |
Minutes | Minutes. |
None | No threshold time. |
Seconds | Seconds. |