Method | Description | |
---|---|---|
AbortRemoveUserAddInOnNextStart ( string identity ) : void | ||
AddExternalAddIns ( IList |
||
Disable ( IList |
||
Enable ( IList |
||
InstallAddIns ( List |
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.
|
|
LoadAddInConfiguration ( List |
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.
|
|
RemoveExternalAddIns ( IList |
||
RemoveUserAddInOnNextStart ( string identity ) : void | ||
SaveAddInConfiguration ( List |
Method | Description | |
---|---|---|
UninstallAddIn ( List |
public static AbortRemoveUserAddInOnNextStart ( string identity ) : void | ||
identity | string | |
return | void |
public static AddExternalAddIns ( IList |
||
addIns | IList |
|
return | void |
public static Disable ( IList |
||
addIns | IList |
|
return | void |
public static InstallAddIns ( List |
||
disabled | List |
|
return | void |
public static LoadAddInConfiguration ( List |
||
addInFiles | List |
|
disabledAddIns | List |
|
return | void |
public static RemoveExternalAddIns ( IList |
||
addIns | IList |
|
return | void |
public static RemoveUserAddInOnNextStart ( string identity ) : void | ||
identity | string | |
return | void |
public static SaveAddInConfiguration ( List |
||
addInFiles | List |
|
disabledAddIns | List |
|
return | void |