SPMigratableSiteCollection class
NOTE: This API is now obsolete.
Represents a collection of site collections that can be migrated in a gradual upgrade.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPMigratableSiteCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<UpgradableAttribute> _
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
<GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPMigratableSiteCollection _
Inherits SPPersistedObject _
Implements ICollection(Of SPSite), IEnumerable(Of SPSite), _
IEnumerable, IMigratable
'Usage
Dim instance As SPMigratableSiteCollection
[UpgradableAttribute]
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
[GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPMigratableSiteCollection : SPPersistedObject,
ICollection<SPSite>, IEnumerable<SPSite>, IEnumerable,
IMigratable
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.