Table of Contents
CachePath Property

Gets or sets the cache path.

Syntax
 public String CachePath { get; set; }
Remarks

This path is also used to store cookies.

If this property is terminated with "/" or "\", then this property is treated as a folder. In that case a child folder will be automatically created in this folder to store cache data. This is useful if you use multiple Engine objects and do not wish to explicitly specify a different CachePath for each Engine object.

See Also