Click or drag to resize

AddInManagerConfigurationFileName Property

Gets or sets the full name of the configuration file. In this file, the AddInManager stores the list of disabled AddIns and the list of installed external AddIns. This property is normally initialized by ConfigureExternalAddIns(String).

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string ConfigurationFileName { get; set; }

Property Value

String
See Also