[]
Gets or sets a path to store temporary files to a disk to reduce memory consumption.
public DirectoryInfo CacheDataPath { get; set; }
| Type | Description |
|---|---|
| DirectoryInfo | A DirectoryInfo object representing the path to store temporary files. |