SPMigratableSiteCollection.Migrate method (Boolean)
NOTE: This API is now obsolete.
Migrates the settings of site collections with which the site collections are paired, with the option of including all children.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Sub Migrate ( _
includeChildren As Boolean _
)
'Usage
Dim instance As SPMigratableSiteCollection
Dim includeChildren As Boolean
instance.Migrate(includeChildren)
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual void Migrate(
bool includeChildren
)
Parameters
includeChildren
Type: System.Booleantrue to include children; otherwise, false.
Implements
See also
Reference
SPMigratableSiteCollection class