INotificationManagerRemove 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
)
Sub Remove (
notificationIds As String()
)
void Remove(
array<String^>^ notificationIds
)
abstract Remove :
notificationIds : string[] -> unit
Parameters
- notificationIds
- Type: SystemString
Unique ids for notifications to be removed. Non-existing ids are ignored
See Also