FTPSyncRulesIncludeFilesInFilter Property
Controls whether the filter is an inclusion-filter or an exclusion-filter.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool IncludeFilesInFilter { get; set; }
Public Property IncludeFilesInFilter As Boolean
Get
Set
public:
property bool IncludeFilesInFilter {
bool get ();
void set (bool value);
}
member IncludeFilesInFilter : bool with get, set
Property Value
Boolean If IncludeFilesInFilter is true (the default) then only the files
that match the filter (if there is one) will be synchronized. Otherwise only those
that don't match it will be synchronized.