Click or drag to resize

INotificationManagerNotification Method


Retrieves one notification by its unique id

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
INotification Notification(
	string id
)

Parameters

id  String
Unique id of the notification to retrieve

Return Value

INotification
Notification with matching id, null if doesn't exist
See Also