Name of the directory (relative to the handler) used to store cached images

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected Overridable ReadOnly Property CacheDirectory As String
	Get
C#
protected virtual string CacheDirectory { get; }
Visual C++
protected:
virtual property String^ CacheDirectory {
	String^ get ();
}
JavaScript
function get_cacheDirectory();

Remarks

Default value is "tilecache". Derived classes should override if a different directory is required.

Note it may be neccessary to grant write permissions on the directory

See Also