FTPSyncRulesDeleteIfSourceAbsent Property
When set, this flag will advise that if a file exists on the target but not on the source then
that file should be deleted.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool DeleteIfSourceAbsent { get; set; }
Public Property DeleteIfSourceAbsent As Boolean
Get
Set
public:
property bool DeleteIfSourceAbsent {
bool get ();
void set (bool value);
}
member DeleteIfSourceAbsent : bool with get, set
Property Value
Boolean