Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- dbDestination
Type: Microsoft.SharePoint.Administration.SPContentDatabase
- rbsProviderMap
Type: System.Collections.Generic.Dictionary<String, String>