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.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax [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:
InfoDataSetNotificationTemplateInfoSee Also