SPMigratableSiteCollection.ValidateRootSite Method
NOTE: This API is now obsolete.
Verifies that a root site collection is included in the current migration.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Function ValidateRootSite As Boolean
'Usage
Dim instance As SPMigratableSiteCollection
Dim returnValue As Boolean
returnValue = instance.ValidateRootSite()
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool ValidateRootSite()
Return Value
Type: System.Boolean
true if a root site collection is included in the migration; false if the root site collection exists but is not included in the current migration and not yet migrated.
See Also
Reference
SPMigratableSiteCollection Class