Share via


SPBackupRestoreConsole.GetRestoreRenameList Method

Creates, from the specified component and its children, a collection of restorable components that can be renamed when restored.

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

Syntax

'Declaration
Public Shared Function GetRestoreRenameList ( _
    id As Guid, _
    node As SPBackupRestoreObject _
) As SPBackupRestoreObjectCollection
'Usage
Dim id As Guid
Dim node As SPBackupRestoreObject
Dim returnValue As SPBackupRestoreObjectCollection

returnValue = SPBackupRestoreConsole.GetRestoreRenameList(id, _
    node)
public static SPBackupRestoreObjectCollection GetRestoreRenameList(
    Guid id,
    SPBackupRestoreObject node
)

Parameters

Return Value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection
A SPBackupRestoreObjectCollection that represents the components that can be renamed.

See Also

Reference

SPBackupRestoreConsole Class

SPBackupRestoreConsole Members

Microsoft.SharePoint.Administration.Backup Namespace