EmailUserInfoProviderGetEmailUserInfos Method (String, String) |
Returns dataset of EmailUserInfo objects specified by where condition.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax public static DataSet GetEmailUserInfos(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by string
Return Value
Type:
DataSetSee Also