AddInManager.RedeployAddIn Method (Guid)
Redeploys the add-in package with the specified identifier.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void RedeployAddIn(
Guid id
)
public:
void RedeployAddIn(
Guid id
)
Public Sub RedeployAddIn (
id As Guid
)
Parameters
id
Type: System.GuidThe identifier of the add-in package.
Remarks
This method can only be called on the server and has no affect if an add-in does not exist with the specified identifier.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top