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

Updates the alert message of an event

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

Syntax

C#
public void UpdateAlertEventChanged(
	int eventId,
	string message
)
Visual Basic (Declaration)
Public Sub UpdateAlertEventChanged ( _
	eventId As Integer, _
	message As String _
)
Visual C++
public:
void UpdateAlertEventChanged(
	int eventId, 
	String^ message
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event
message
Type: System..::.String
The alert message string

See Also