Click or drag to resize

AddInManagerInstallAddIns Method

Installs the AddIns from AddInInstallTemp to the UserAddInPath. In case of installation errors, a error message is displayed to the user and the affected AddIn is added to the disabled list. This method is normally called by ConfigureUserAddIns(String, String)

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void InstallAddIns(
	List<string> disabled
)

Parameters

disabled  ListString

[Missing <param name="disabled"/> documentation for "M:Altaxo.AddInItems.AddInManager.InstallAddIns(System.Collections.Generic.List{System.String})"]

See Also