FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..removeNotification Method

Removes the notification.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeNotification(
	string sNotificationID
)
Public Function removeNotification ( _
	sNotificationID As String _
) As Boolean
public:
bool^ removeNotification(
	String^ sNotificationID
)

Parameters

sNotificationID
Type: String
The s notification identifier.

Return Value

true if XXXX, false otherwise.