Click or drag to resize
EmailUserInfoProviderGetEmailUserInfos Method (String, String, Int32, String)
Returns dataset of EmailUserInfo objects specified by where condition.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetEmailUserInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Criteria to filter data against
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
How many records to retrieve
columns
Type: SystemString
Which columns to retrieve

Return Value

Type: DataSet
DataSet containg EmailUserInfo objects
See Also