An NDoc Documented Class Library

FileFilter Delegate

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

public delegate bool FileFilter(
   FTPFile file
);

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.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnetCF (in edtFTPnetCF.dll)

See Also

EnterpriseDT.Net.Ftp Namespace