Click or drag to resize
ClientFolderListFiles Method
Returns a List of MOVEitFileInfo objects which contain information about files in the specified folder.

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

Parameters

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

Return Value

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