Click or drag to resize
NotificationTemplateTextInfoProviderGetNotificationTemplateTextInfo Method (Int32, Int32)
Returns the notification template text info structure for the specified notification template text.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static NotificationTemplateTextInfo GetNotificationTemplateTextInfo(
	int gatewayId,
	int templateId
)

Parameters

gatewayId
Type: SystemInt32
Gateway ID
templateId
Type: SystemInt32
Template ID

Return Value

Type: NotificationTemplateTextInfo
See Also