ClientFolderListFiles Method |
Returns a List of
MOVEitFileInfo objects which contain
information about files in the specified folder.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public List<MOVEitFileInfo> FolderListFiles(
string MOVEitFolder
)
Public Function FolderListFiles (
MOVEitFolder As String
) As List(Of MOVEitFileInfo)
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:
ListMOVEitFileInfoList 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