Click or drag to resize
NotificationTemplateInfoProviderGetTemplatesInternal Method
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#
protected virtual InfoDataSet<NotificationTemplateInfo> GetTemplatesInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to use
orderBy
Type: SystemString
Order by statement to use
topN
Type: SystemInt32
Specifies number of returned records
columns
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetNotificationTemplateInfo
See Also