Click or drag to resize

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
)

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: EmailCollection
See Also