Click or drag to resize

INotificationManager.Remove Method


Removes collection of notification by specified unique ids.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void Remove(
	string[] notificationIds
)

Parameters

notificationIds
Type:System.String[]
Unique ids for notifications to be removed. Non-existing ids are ignored
See Also