Controls whether or not dates are taken into consideration when performing file comparisons.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool IgnoreDate { get; set; }
Visual Basic
Public Property IgnoreDate As Boolean
	Get
	Set
Visual C++
public:
property bool IgnoreDate {
	bool get ();
	void set (bool value);
}

See Also