Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Booleantrue to upgrade the child objects; otherwise, false.