SPManager.RunMigrateSession-Methode
HINWEIS: Diese API ist veraltet.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Sub RunMigrateSession ( _
root As IMigratable, _
bRecursive As Boolean _
)
'Usage
Dim instance As SPManager
Dim root As IMigratable
Dim bRecursive As Boolean
instance.RunMigrateSession(root, bRecursive)
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public void RunMigrateSession(
IMigratable root,
bool bRecursive
)
Parameter
- bRecursive
Typ: System.Boolean