FreeFlow class library

AlertCollection.Remove Method 

Removes the specified alert from the collection and the database.

[Visual Basic]
Public Sub Remove( _
   ByVal alert As Alert _
)
[C#]
public void Remove(
   Alert alert
);

Parameters

alert
The alert to remove.

See Also

AlertCollection Class | FreeFlow.Administration Namespace