INotificationManagerRemove Method
|
Removes collection of notification by specified unique ids.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Remove(
string[] notificationIds
)
Sub Remove (
notificationIds As String()
)
void Remove(
array<String^>^ notificationIds
)
abstract Remove :
notificationIds : string[] -> unit Parameters
- notificationIds String
- Unique ids for notifications to be removed. Non-existing ids are ignored
See Also