[This is preliminary documentation and is subject to change.]
Remove an alert.
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void DelAlert( int alertId ) |
| Visual Basic (Declaration) |
|---|
Public Sub DelAlert ( _ alertId As Integer _ ) |
| Visual C++ |
|---|
public: void DelAlert( int alertId ) |
Parameters
- alertId
- Type: System..::.Int32
The unique id of the event
