Click or drag to resize

CoreStartupConfigureUserAddIns Method

Configures user AddIn support.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ConfigureUserAddIns(
	string addInInstallTemp,
	string userAddInPath
)

Parameters

addInInstallTemp  String
The AddIn installation temporary directory. ConfigureUserAddIns will install the AddIns from this directory and store the parameter value in AddInInstallTemp.
userAddInPath  String
The path where user AddIns are installed to. AddIns from this directory will be loaded.
See Also