Click or drag to resize
ClientFolderFindNewFiles Method (String)
Returns a List of MOVEitFileInfo objects which contain information about NEW files in any available folder whose names match the specified mask.

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

Parameters

Mask
Type: SystemString
File search mask.

Return Value

Type: ListMOVEitFileInfo
List containing search results if successful; otherwise, null.
Remarks
Returns an empty List if no files are found.
See Also