Click or drag to resize
NotificationTemplateInfoProviderGetTemplates Method (String, String)

Note: This API is now obsolete.

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: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetNotificationTemplates instead")]
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