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)
Syntax
'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
)
Parameters
recursively
Type: System.Booleantrue to update the database recursively; otherwise, false.
Implements
See also
Reference
SPPersistedUpgradableObject class