| 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
)
Public Shared Function GetEmailCountBySearchValueAndFolderId (
search As String,
folderID As Integer,
topFolderId As Integer,
isShowTopFolderEmails As Boolean,
stateFilter As EmailStateFilter
) As Integer
Parameters
- search
- Type: SystemString
- folderID
- Type: SystemInt32
- topFolderId
- Type: SystemInt32
- isShowTopFolderEmails
- Type: SystemBoolean
- stateFilter
- Type: Dynamicweb.EmailMarketingEmailStateFilter
Return Value
Type:
Int32See Also