AddinManager.DownloadAndInstallAddin

This downloads and installs a single addin to the Addins folder. Note the addin still needs to be in initialized with: OnApplicationStart() and InializeAddinUi()

The addin-loader then moves the files.

public DownloadAndInstallResult DownloadAndInstallAddin(string url,
	string targetFolder,
	AddinItem addin)

Parameters

url

targetFolder
Addins folder

addin


See also:

Class AddinManager

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic