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 claims provider manager to the backup and restore operation.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
) Implements IBackupRestore.AddBackupObjects
'Usage
Dim instance As SPClaimProviderManager
Dim parent As SPBackupRestoreObject
CType(instance, IBackupRestore).AddBackupObjects(parent)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IBackupRestore.AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe parent object where the SPClaimProviderManager is added.
Implements
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)