Click or drag to resize

Email.GetEmailCountBySearchValueAndFolderId 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: System.String
folderID
Type: System.Int32
topFolderId
Type: System.Int32
isShowTopFolderEmails
Type: System.Boolean
stateFilter
Type: Dynamicweb.EmailMarketing.EmailStateFilter

Return Value

Type: Int32
See Also