Click or drag to resize

NotificationServiceGetNotificationMessageContent Method

Gets the content of the notification message.

Namespace:  AMCS.Elemos.IntegrationService.Services.Notification
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NotificationMessageContentPartialEntity GetNotificationMessageContent(
	string authenticationKey,
	int id
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
id
Type: SystemInt32
The identifier.

Return Value

Type: NotificationMessageContentPartialEntity
Exceptions
See Also