Returns dataset of EmailUserInfo objects specified by where condition.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- where
- Type:
System String
Criteria to filter data against
- orderBy
- Type:
System String
Order by
- topN
- Type:
System Int32
How many records to retrieve
- columns
- Type:
System String
Which columns to retrieve
Return Value
Type:
DataSet containg EmailUserInfo objects
See Also