| EmailUserInfoProviderGetEmailUserInfos Method (String, String) | 
            Returns dataset of EmailUserInfo objects specified by where condition.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also