SPDeletedSite.Move method

Move the deleted site from its current content DB to the one specified by the parameter.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Move ( _
    dbDestination As SPContentDatabase, _
    rbsProviderMap As Dictionary(Of String, String) _
)
'Usage
Dim instance As SPDeletedSite
Dim dbDestination As SPContentDatabase
Dim rbsProviderMap As Dictionary(Of String, String)

instance.Move(dbDestination, rbsProviderMap)
public void Move(
    SPContentDatabase dbDestination,
    Dictionary<string, string> rbsProviderMap
)

Parameters

See also

Reference

SPDeletedSite class

SPDeletedSite members

Microsoft.SharePoint.Administration namespace