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.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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