IUpgradable.Upgrade method (Boolean)
Upgrades the object with the option of upgrading child objects.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub Upgrade ( _
includeChildren As Boolean _
)
'Usage
Dim instance As IUpgradable
Dim includeChildren As Boolean
instance.Upgrade(includeChildren)
void Upgrade(
bool includeChildren
)
Parameters
includeChildren
Type: System.Booleantrue to upgrade the child objects; otherwise, false.