| ClientFolderListFoldersAll Method  | 
            Returns a List of 
MOVEitFolderInfo objects which
            contain information about all folders the currently authorized user can access.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic List<MOVEitFolderInfo> FolderListFoldersAll()
Public Function FolderListFoldersAll As List(Of MOVEitFolderInfo)
public:
List<MOVEitFolderInfo^>^ FolderListFoldersAll()
Return Value
Type: 
ListMOVEitFolderInfoList containing list results if successful; otherwise, 
null.
Remarks
            Returns an empty List if no subfolders are found.
            
See Also