The type of alerts provided by the engine

Namespace:  FreeFlow
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public enum AlertType
Visual Basic (Declaration)
Public Enumeration AlertType
Visual C++
public enum class AlertType

Members

Member nameDescription
ToDo
To Do alert
Watch
Watch alert
Deletion
Deletion alert (indicates an alert has been removed from the user's To Do or Watch list)

See Also