SPBackupRestoreSettings Members
Include Protected Members
Include Inherited Members
Stores a pattern of settings for a backup or restore operation.
The SPBackupRestoreSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackupDevice | Gets or sets the UNC path where the backup is stored. | |
BackupMethod | Gets or sets the backup method that will be used or was used. | |
ConfigurationOnly | Gets or sets a value that indicates whether the backup or restore operation should include only configuration settings. | |
IndividualItem | Gets or sets the content component that is backed up or restored. | |
IsBackup | Gets a value that indicates whether the operation is a backup or a restore. | |
IsVerbose | Gets or sets a value that indicates whether the output of the operation is displayed on the console in addition to being logged. | |
UpdateProgress | Gets or sets a value that specifies at what points the operation should report its progress. | |
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.) | |
GetBackupSettings | Creates an SPBackupSettings object for the specified target and method and other values set to defaults. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetRestoreSettings | Creates an SPRestoreSettings object with specified source and method and other values set to their defaults. | |
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. |
Top