Determines whether or not the server directory should be fetched periodically.

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

Syntax

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

Remarks

If enabled the server will be polled every [!:RefreshPeriodSecs] seconds to detect changes that are not made via the current Connection instance. If no such changes are expected then this is not necessary since changes made through the current Connection will be detected by means of event-handlers.

See Also