AppConfigConstantsOnDiskConfigFileName Field

The name of the file located in the application's App Data folder which contains additional server-level configuration settings.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public const string OnDiskConfigFileName = "ConfigOverride.xml"

Field Value

Type: String
Remarks
The value of this constant is ConfigOverride.xml.
See Also