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

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

Return Value

Type: ObjectQueryNotificationTemplateInfo
See Also