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)
Available in Sandboxed Solutions: No

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.Boolean

    true to upgrade the child objects; otherwise, false.

See Also

Reference

IUpgradable Interface

IUpgradable Members

Upgrade Overload

Microsoft.SharePoint.Administration Namespace