Click or drag to resize
EmailUserInfoProviderGetEmailUserInfos Method (String, 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
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by string

Return Value

Type: DataSet
See Also