| CoreStartupConfigureExternalAddIns Method | 
            Use the specified configuration file to store information about
            disabled AddIns and external AddIns.
            You have to call this method to support the 
AddInManager.
            
 AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic void ConfigureExternalAddIns(
	string addInConfigurationFile
)
Parameters
- addInConfigurationFile  String
- 
            The name of the file used to store the list of disabled AddIns
            and the list of installed external AddIns.
            A good value for this parameter would be
            Path.Combine(ConfigDirectory, "AddIns.xml").
            
 See Also
See Also