Click or drag to resize
EmailUserInfoProviderGetEmailUserInfos Method

Note: This API is now obsolete.

Returns dataset of EmailUserInfo objects specified by where condition.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEmailUserInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EmailUserInfo.Provider.")]
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