SPRestoreMethodType Enumeration
Specifies whether only content that does not already exist in the restore target is restored from the backup object or whether content with the same name as in the backup object is also overwritten.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPRestoreMethodType
Dim instance As SPRestoreMethodType
public enum SPRestoreMethodType
Members
Member name | Description | |
---|---|---|
None | Undefined or unspecified method. | |
Overwrite | Existing content is overwritten. | |
New | Only new content is copied to the restore target. |