edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FileFilter Delegate

Used for by multiple-file operations to determine whether or not a particular file should be included in the operation.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public delegate bool FileFilter(
	FTPFile file
)

Parameters

file
Type: EnterpriseDT.Net.FtpFTPFile

Return Value

Type: Boolean
Remarks
The method that this delegate wraps should return true if the file or directory described by the given FTPFile is to be included in the operation being performed, and false if the file or directory is to be excluded.
See Also