| EmailFolderGetEmailsCustomFoldersByParentId Method |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public static List<EmailFolder> GetEmailsCustomFoldersByParentId(
int parentID
)
Public Shared Function GetEmailsCustomFoldersByParentId (
parentID As Integer
) As List(Of EmailFolder)
Parameters
- parentID
- Type: SystemInt32
Return Value
Type:
ListEmailFolderSee Also