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.
Include Protected Members
Include Inherited Members
Represents the configuration settings for a restore operation. The settings include the method of restoration, the backup to be restored, and farm logon information.
The SPRestoreSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPRestoreSettings | Initializes a new instance of the SPRestoreSettings class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BackupDevice | Gets or sets the UNC path where the backup is stored. (Inherited from SPBackupRestoreSettings.) |
![]() |
BackupId | Gets or sets the ID of the backup that is restored. |
![]() |
BackupMethod | Gets or sets the backup method that will be used or was used. (Inherited from SPBackupRestoreSettings.) |
![]() |
ConfigurationOnly | Gets or sets a value that indicates whether the backup or restore operation should include only configuration settings. (Inherited from SPBackupRestoreSettings.) |
![]() |
FarmAdminLoginName | Gets or sets the logon name of the administrator of the server farm. |
![]() |
FarmAdminPassword | Gets or sets the password of the administrator of the server farm. |
![]() |
IndividualItem | Gets or sets the content component that is backed up or restored. (Inherited from SPBackupRestoreSettings.) |
![]() |
IsBackup | Gets a value that indicates whether the operation is a backup or a restore. (Inherited from SPBackupRestoreSettings.) |
![]() |
IsVerbose | Gets or sets a value that indicates whether the output of the operation is displayed on the console in addition to being logged. (Inherited from SPBackupRestoreSettings.) |
![]() |
PreserveContentDatabaseChangeLog | Gets or sets a value that indicates whether the change log of the target content database should be preserved when a restoration overwrites the database. |
![]() |
RestoreMethod | Gets or sets a value indicating whether the restore overwrites the existing database if it already exists on the target. |
![]() |
RestoreThreads | Gets or sets the number of threads to use in the restoration operation. |
![]() |
UpdateProgress | Gets or sets a value that specifies at what points the operation should report its progress. (Inherited from SPBackupRestoreSettings.) |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
![]() |
Validate | Ensures that the correct type of SPBackupRestoreSettings-derived object is being used to hold the settings for the operation. (Inherited from SPBackupRestoreSettings.) |
Top