Freigeben über


SPUserSettingsProviderManager.IBackupRestore.OnPostRestore-Methode

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As SPUserSettingsProviderManager
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Siehe auch

Referenz

SPUserSettingsProviderManager Klasse

SPUserSettingsProviderManager-Member

Microsoft.SharePoint.Administration-Namespace