SPJobDefinition.AddBackupObjects method

Adds this SPJobDefinition object to the backup/restore operation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub AddBackupObjects ( _
    parent As SPBackupRestoreObject _
)
'Usage
Dim instance As SPJobDefinition
Dim parent As SPBackupRestoreObject

instance.AddBackupObjects(parent)
public void AddBackupObjects(
    SPBackupRestoreObject parent
)

Parameters

Implements

IBackupRestore.AddBackupObjects(SPBackupRestoreObject)

Exceptions

Exception Condition
ArgumentNullException

parent is a null reference (Nothing in Visual Basic).

Remarks

The AddBackupObjects(SPBackupRestoreObject) method is defined in the IBackupRestore interface.

This method can only be used only by backup timer jobs that support backup/restore and by recurring timer jobs.

See also

Reference

SPJobDefinition class

SPJobDefinition members

Microsoft.SharePoint.Administration namespace