Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Guid- The 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