Share via


IUpgradeWorkItem.PerformUpgrade method

Performs the post-upgrade action.

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

Syntax

'Declaration
Sub PerformUpgrade ( _
    web As SPWeb, _
    data As String _
)
'Usage
Dim instance As IUpgradeWorkItem
Dim web As SPWeb
Dim data As String

instance.PerformUpgrade(web, data)
void PerformUpgrade(
    SPWeb web,
    string data
)

Parameters

  • data
    Type: System.String

    Data that is specific to the post-upgrade work item.

See also

Reference

IUpgradeWorkItem interface

IUpgradeWorkItem members

Microsoft.SharePoint.Upgrade namespace