Skip to main content

CacheOptions.CacheInfoFileName Property

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Gets or sets a file name that stores the information about the cache of the Map control.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v25.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public string CacheInfoFileName { get; set; }

Property Value

Type Description
String

A file name without an extension.

Property Paths

You can access this nested property as listed below:

Object Type Path to CacheInfoFileName
MapTileDataProviderBase
.CacheOptions .CacheInfoFileName

Remarks

Note that this property should be set only if several work stations use a shared cache. In this case, you should set unique names for a cache info file for different application instances.

Note

The name should not contain the file extension. It is added automatically.

See Also