NotificationTemplateTextInfoProviderGetNotificationTemplateTexts Method |
Returns DataSet with all template texts according to WHERE condition.
Namespace: CMS.NotificationsAssembly: CMS.Notifications (in CMS.Notifications.dll) Version: 8.2.23
Syntax public static DataSet GetNotificationTemplateTexts(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
WHERE condition - orderBy
- Type: SystemString
ORDER BY
Return Value
Type:
DataSetSee Also