SPMigratableSiteCollection Constructor (String, SPPersistedObject)

NOTE: This API is now obsolete.

Initializes a new instance of the SPMigratableSiteCollection class that is persistable.

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 Sub New ( _
    name As String, _
    parent As SPPersistedObject _
)
'Usage
Dim name As String
Dim parent As SPPersistedObject

Dim instance As New SPMigratableSiteCollection(name, parent)
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public SPMigratableSiteCollection(
    string name,
    SPPersistedObject parent
)

Parameters

  • name
    Type: System.String

    A string that contains the name of the migratable site collection.

See Also

Reference

SPMigratableSiteCollection Class

SPMigratableSiteCollection Members

SPMigratableSiteCollection Overload

Microsoft.SharePoint.Administration Namespace