![]() | AddIns folder |
Each .json file is for a separate add-in. The file should have the following properties:
DisplayName – the name of the add-in to be shown in the UI.
AssemblyFileName – path the .dll file of the add-in. The path can be a full path or a relative one.
IsEnabled – property prevents the user from starting the AddIn.
File example:
{ "DisplayName": "Export to Ms Access", "AssemblyFileName": ".\\SDK\\Demo\\ExportToMsAccess\\bin\\Debug\\net7.0-windows\\ExportToMsAccess.dll", "IsEnabled": true }