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.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public List<MOVEitFileInfo> FolderFindNewFiles(
string Mask
)
Public Function FolderFindNewFiles (
Mask As String
) As List(Of MOVEitFileInfo)
public:
List<MOVEitFileInfo^>^ FolderFindNewFiles(
String^ Mask
)
Parameters
- Mask
- Type: SystemString
File search mask.
Return Value
Type:
ListMOVEitFileInfoList containing search results if successful; otherwise,
null.
Remarks
Returns an empty List if no files are found.
See Also