Share via


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)

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

SPMigratableSiteCollection members

Microsoft.SharePoint.Administration namespace