IMigratable.Migrate method (Boolean)
NOTE: This API is now obsolete.
Migrates settings between paired objects with the option of including the object's 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.")> _
Sub Migrate ( _
includeChildren As Boolean _
)
'Usage
Dim instance As IMigratable
Dim includeChildren As Boolean
instance.Migrate(includeChildren)
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
void Migrate(
bool includeChildren
)
Parameters
includeChildren
Type: System.Booleantrue to include children; otherwise, false.