EmailUserInfoProviderGetEmailUserInfos Method (String, String, Int32, 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,
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:
DataSetDataSet containg EmailUserInfo objects
See Also