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
web
Type: Microsoft.SharePoint.SPWebThe Web site in which to perform the post-upgrade action.
data
Type: System.StringData that is specific to the post-upgrade work item.