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)
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.StringA string that contains the name of the migratable site collection.
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn SPPersistedObject that represents the parent object that declares the migratable site collection.
See also
Reference
SPMigratableSiteCollection class
SPMigratableSiteCollection members