Click or drag to resize
EmailInfoProviderGetEmailsInternal Method

Note: This API is now obsolete.

Returns all EmailInfo objects specified by where condition.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetEmails() instead")]
protected virtual InfoDataSet<EmailInfo> GetEmailsInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

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

Return Value

Type: InfoDataSetEmailInfo
See Also