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.
Adds the solution collection to the backup and restore operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
) Implements IBackupRestore.AddBackupObjects
'Usage
Dim instance As SPSolutionCollection
Dim parent As SPBackupRestoreObject
CType(instance, IBackupRestore).AddBackupObjects(parent)
void IBackupRestore.AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe parent object where the solution collection should be added.
Implements
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)