EmailAttachmentInfoProviderGetEmailAttachmentInfos Method (String, String, Int32, String) |
Gets EmailAttachments that correspond to specified criteria.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax public static DataSet GetEmailAttachmentInfos(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by expression - topN
- Type: SystemInt32
Top N expression - columns
- Type: SystemString
Columns expression
Return Value
Type:
DataSetSee Also