| EmailGetPagedEmailList Method |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public static EmailCollection GetPagedEmailList(
SortFields sort,
SortDirection direction,
string search,
int startItem,
int endItem,
int folderID,
int topFolderId,
bool isShowTopFolderEmails,
EmailStateFilter stateFilter
)
Public Shared Function GetPagedEmailList (
sort As SortFields,
direction As SortDirection,
search As String,
startItem As Integer,
endItem As Integer,
folderID As Integer,
topFolderId As Integer,
isShowTopFolderEmails As Boolean,
stateFilter As EmailStateFilter
) As EmailCollection
Parameters
- sort
- Type: Dynamicweb.EmailMarketingSortFields
- direction
- Type: Dynamicweb.Modules.CommonSortDirection
- search
- Type: SystemString
- startItem
- Type: SystemInt32
- endItem
- Type: SystemInt32
- folderID
- Type: SystemInt32
- topFolderId
- Type: SystemInt32
- isShowTopFolderEmails
- Type: SystemBoolean
- stateFilter
- Type: Dynamicweb.EmailMarketingEmailStateFilter
Return Value
Type:
EmailCollectionSee Also