Click or drag to resize

ISubscribableNotify Method (LocalizableNotification)

Saves a localized version of the notification in the users messages. XXXX If the notification isn't localizable the notification will be saved as is. XXXX

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void Notify(
	LocalizableNotification pNotification
)

Parameters

pNotification
Type: PDTec.IceNet.Domain.SubscriptionLocalizableNotification
The localizable notification.
See Also