Click or drag to resize
EmailAttachmentInfoProviderGetEmailAttachmentInfos Method (String, String, Int32, String)
Gets EmailAttachments that correspond to specified criteria.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
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: DataSet
See Also