Click or drag to resize

INotificationManagerRemove Method


Removes collection of notification by specified unique ids.

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

Parameters

notificationIds
Type: SystemString
Unique ids for notifications to be removed. Non-existing ids are ignored
See Also