[This is preliminary documentation and is subject to change.]

Remove alerts for the events that has been removed from the list.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DelAlertEvents(
	int eventId
)
Visual Basic (Declaration)
Public Sub DelAlertEvents ( _
	eventId As Integer _
)
Visual C++
public:
void DelAlertEvents(
	int eventId
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event

See Also