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

Note: This API is now obsolete.

Returns DataSet with all template texts according to WHERE condition.

Namespace: CMS.Notifications
Assembly: CMS.Notifications (in CMS.Notifications.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetNotificationTemplateTexts() instead")]
public static DataSet GetNotificationTemplateTexts(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
WHERE condition
orderBy
Type: SystemString
ORDER BY

Return Value

Type: DataSet
See Also