IBackupRestoreConfiguration Members
Include Protected Members
Include Inherited Members
Provides a property that indicates whether the component that the implementing class represents can be included in backups (and restorations) of only configuration settings.
The IBackupRestoreConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanBackupRestoreAsConfiguration | Gets a value that indicates whether the component can be included in a configuration-only backup or restore. | |
CanRenameOnRestore | Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored. (Inherited from IBackupRestore.) | |
CanSelectForBackup | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for backup, independently of its parent component, in the Central Administration user interface or some other UI. (Inherited from IBackupRestore.) | |
CanSelectForRestore | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for restoration in the Central Administration user interface or some other UI. (Inherited from IBackupRestore.) | |
DiskSizeRequired | Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the IBackupRestore object. (Inherited from IBackupRestore.) | |
Id | Gets or sets an ID for the content component. (Inherited from IBackupRestore.) | |
Name | Gets or sets a name, for use in the SharePoint farm backup and restore UI, for the content component. (Inherited from IBackupRestore.) |
Top
Methods
Name | Description | |
---|---|---|
AddBackupObjects | Adds the IBackupRestore object and its child IBackupRestore objects to the specified backup object. (Inherited from IBackupRestore.) | |
OnAbort | Assists in a graceful termination when a user cancels a backup or restore operation. (Inherited from IBackupRestore.) | |
OnBackup | Creates and stores the backup copy of the content component. (Inherited from IBackupRestore.) | |
OnBackupComplete | Provides post backup processing. (Inherited from IBackupRestore.) | |
OnPostRestore | Provides post restore processing. (Inherited from IBackupRestore.) | |
OnPrepareBackup | Provides preparation processing before a backup. (Inherited from IBackupRestore.) | |
OnPreRestore | Provides restore preparation processing. (Inherited from IBackupRestore.) | |
OnRestore | Reads the backed up content and copies it to the target destination of the restore operation. (Inherited from IBackupRestore.) |
Top