Returns dataset of EmailUserInfo objects specified by where condition.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
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: DataSetDataSet containg EmailUserInfo objects
See Also