INotificationManagerNotification Method
|
Retrieves one notification by its unique id
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax INotification Notification(
string id
)
Function Notification (
id As String
) As INotification
INotification^ Notification(
String^ id
)
abstract Notification :
id : string -> INotification
Parameters
- id
- Type: SystemString
Unique id of the notification to retrieve
Return Value
Type:
INotificationNotification with matching id, null if doesn't exist
See Also