| EmailAttachmentInfoProviderGetEmailAttachmentInfos Method (String, String, Int32, String) | 
            Gets EmailAttachments that correspond to specified criteria.
            
 
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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: 
DataSet See Also
See Also