SPPersistedUpgradableObject.Upgrade method (Boolean)
Upgrades the object, and if a Boolean parameter equals true, recursively upgrades all descendants of the current object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Sub Upgrade ( _
recursively As Boolean _
)
'Usage
Dim instance As SPPersistedUpgradableObject
Dim recursively As Boolean
instance.Upgrade(recursively)
public virtual void Upgrade(
bool recursively
)
recursively
Type: System.Booleantrue to update the database recursively; otherwise, false.
SPPersistedUpgradableObject class