Click or drag to resize
NotificationTemplateInfoProviderGetNotificationTemplates Method
Returns the query for all notification templates.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<NotificationTemplateInfo> GetNotificationTemplates()

Return Value

Type: ObjectQueryNotificationTemplateInfo
See Also