AddInManagerLoadAddInConfiguration Method |
Loads a configuration file.
The 'file' from XML elements in the form "<AddIn file='full path to .addin file'>" will
be added to addInFiles, the 'addin' element from
"<Disable addin='addin identity'>" will be added to disabledAddIns,
all other XML elements are ignored.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void LoadAddInConfiguration(
List<string> addInFiles,
List<string> disabledAddIns
)
Parameters
- addInFiles ListString
- File names of external AddIns are added to this collection.
- disabledAddIns ListString
- Identities of disabled addins are added to this collection.
See Also