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