IEMFolderRepositoryGetFoldersLazy Method

Alterian Email Manager 6.2.3 SDK Help File
Retrieves a list of EM content folders under one folder.

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
EMFoldersDTO GetFoldersLazy(
	DMToken token,
	int folderId,
	bool includeFolderHierarchy
)

Parameters

token
Type: DMToken
Authentication Token.
folderId
Type: SystemInt32
For top-level folders pass in 0. Otherwise pass in the ID of the folder you need the children of
includeFolderHierarchy
Type: SystemBoolean
Include the parent folder tree

Return Value

Type: EMFoldersDTO
See Also