Property CacheFolder
| Edit this page View SourceCacheFolder
Gets or sets the root folder where offline maps are stored.
Declaration
public string CacheFolder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
By default for packaged apps this will be the LocalApplicationData folder, and for unpackaged apps this will be a temp folder unique to the ProcessPath.
note
The CacheFolder should be set on creation before any jobs have been queued or any data has been downloaded to the previous folder.