Click or drag to resize
Client.FolderFindNewFiles Method (String, String)
Returns a List of MOVEitFileInfo objects which contain information about NEW files whose names match the specified mask, and which are located in folders whose MOVEitFolder path is or begins with the provided MOVEitFolder.

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,
	string MOVEitFolder
)

Parameters

Mask
Type: System.String
File search mask.
MOVEitFolder
Type: System.String
Path or ID of the folder to limit searches to.

Return Value

Type: List<MOVEitFileInfo>
List containing search results if successful; otherwise, null.
Remarks
This method can be used to search a tree of directories for files of a certain name. Returns an empty List if no files are found.
See Also