Click or drag to resize
NotificationTemplateInfoProviderGetTemplates Method (String, String)
Gets all the templates filtered by given WHERE condition and ordered by specified ORDER BY statement.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<NotificationTemplateInfo> GetTemplates(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to use
orderBy
Type: SystemString
Order by statement to use

Return Value

Type: InfoDataSetNotificationTemplateInfo
See Also