Click or drag to resize
ClientFolderListFolders Method
Returns a List of MOVEitFolderInfo objects which contain information about subfolders of the specified folder.

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

Parameters

MOVEitFolder
Type: SystemString
Path or ID of the folder on the MOVEit Transfer host to list subfolders of.

Return Value

Type: ListMOVEitFolderInfo
List containing list results if successful; otherwise, null.
Remarks
Returns an empty List if no subfolders are found. Returns null if the current user is not authorized to list subfolders in the given folder.
See Also