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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<UpgradableAttribute> _
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
<GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, 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.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, 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.

See Also

Reference

SPMigratableSiteCollection Members

Microsoft.SharePoint.Administration Namespace