edtFTPnet/Express - Class Reference

FTPSynchronizeView.ExcludeFilesInFilter Property

Controls whether the filter is an inclusion-filter or an exclusion-filter.

public bool ExcludeFilesInFilter {get; set;}

Remarks

If ExcludeFilesInFilter is false (the default) then only the files that match the filter (if there is one) will be displayed. Otherwise only those that don't match it will be displayed.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace