edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Cache directory listings.

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

Syntax

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

Remarks

If this property true then directory listings will be cached between accesses. This can greatly speed up calls to GetFiles()()()() and GetFileInfos()()()(). The directory cache may be cleared at any time by calling ClearDirectoryCache()()()().

See Also