AddInManager.UninstallAddIn Method (Guid)
Uninstalls an add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void UninstallAddIn(
Guid id
)
public:
void UninstallAddIn(
Guid id
)
Public Sub UninstallAddIn (
id As Guid
)
Parameters
id
Type: System.GuidThe identifier of the add-in package.
Remarks
This method can only be called on the server.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top