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.5.94
Syntax
INotification Notification(
	string id
)

Parameters

id
Type: SystemString
Unique id of the notification to retrieve

Return Value

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