SPBackupRestoreParameter class

Represents a backup or restore parameter and provides helper members to support user input of parameter values.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBackupRestoreParameter
'Usage
Dim instance As SPBackupRestoreParameter
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBackupRestoreParameter

Remarks

The user input is used during the restore. This is commonly used to allow the person performing the restore the ability to specify certain settings and behaviors for the restore. For example, this might include what path a database should be restored to, or to what URL a Web application should be restored.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPBackupRestoreParameter members

Microsoft.SharePoint.Administration.Backup namespace