| EmailFolderGetAllCustomFolders Method |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public static IEnumerable<EmailFolder> GetAllCustomFolders(
bool onlyParent,
int topFolderId
)
Public Shared Function GetAllCustomFolders (
onlyParent As Boolean,
topFolderId As Integer
) As IEnumerable(Of EmailFolder)
Parameters
- onlyParent
- Type: SystemBoolean
- topFolderId
- Type: SystemInt32
Return Value
Type:
IEnumerableEmailFolderSee Also