Binding Redirect SettingsConfiguration File Property
This is used to get or set the path to the configuration file from which the settings should be
imported.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
If specified, the properties in the Binding Redirect category are ignored.
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public FilePath ConfigurationFile { get; set; }VB
Public Property ConfigurationFile As FilePath
Get
SetC++
public:
property FilePath^ ConfigurationFile {
FilePath^ get ();
void set (FilePath^ value);
}F#
member ConfigurationFile : FilePath with get, setProperty Value
FilePathIf specified, the properties in the Binding Redirect category are ignored.