Share via


SPSolutionLanguagePack.IBackupRestore.AddBackupObjects method

Adds the language pack and its children to the backup/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 SPSolutionLanguagePack
Dim parent As SPBackupRestoreObject

CType(instance, IBackupRestore).AddBackupObjects(parent)
void IBackupRestore.AddBackupObjects(
    SPBackupRestoreObject parent
)

Parameters

Implements

IBackupRestore.AddBackupObjects(SPBackupRestoreObject)

Remarks

This member is an explicit interface member implementation. It can be used only when the SPSolutionLanguagePack instance is cast to an IBackupRestore interface.

This method is only intended to be called from catastrophic backup and restore infrastructure code in SharePoint Foundation.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace