Share via


SPFarmAction.RemoveSolution method

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Shared Sub RemoveSolution ( _
    solutionId As Guid, _
    featureIds As IEnumerable(Of Guid), _
    farm As SPFarm, _
    log As SPLog _
)
'Usage
Dim solutionId As Guid
Dim featureIds As IEnumerable(Of Guid)
Dim farm As SPFarm
Dim log As SPLogSPFarmAction.RemoveSolution(solutionId, _
    featureIds, farm, log)
protected static void RemoveSolution(
    Guid solutionId,
    IEnumerable<Guid> featureIds,
    SPFarm farm,
    SPLog log
)

Parameters

See also

Reference

SPFarmAction class

SPFarmAction members

Microsoft.SharePoint.Upgrade namespace