Click or drag to resize
NotificationTemplateTextInfoProviderGetNotificationTemplateTextInfoInternal Method
Returns the notification template text info structure for the specified notification template text.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
protected virtual NotificationTemplateTextInfo GetNotificationTemplateTextInfoInternal(
	int templateTextId
)

Parameters

templateTextId
Type: SystemInt32
Template text ID

Return Value

Type: NotificationTemplateTextInfo
See Also