Click or drag to resize
ClientFolderListFoldersAll Method
Returns a List of MOVEitFolderInfo objects which contain information about all folders the currently authorized user can access.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitFolderInfo> FolderListFoldersAll()

Return Value

Type: ListMOVEitFolderInfo
List containing list results if successful; otherwise, null.
Remarks
Returns an empty List if no subfolders are found.
See Also