Click or drag to resize

EmailGetEmailCountBySearchValueAndFolderId Method

Namespace:  Dynamicweb.EmailMarketing
Assembly:  Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax
public static int GetEmailCountBySearchValueAndFolderId(
	string search,
	int folderID,
	int topFolderId,
	bool isShowTopFolderEmails,
	EmailStateFilter stateFilter
)

Parameters

search
Type: SystemString
folderID
Type: SystemInt32
topFolderId
Type: SystemInt32
isShowTopFolderEmails
Type: SystemBoolean
stateFilter
Type: Dynamicweb.EmailMarketingEmailStateFilter

Return Value

Type: Int32
See Also