SPUserCodeProvider.OnPostRestore 方法
引发PostRestore事件。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function OnPostRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
用法
Dim instance As SPUserCodeProvider
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPostRestore(sender, _
info)
public bool OnPostRestore(
Object sender,
SPRestoreInformation info
)
参数
sender
类型:System.Object调用此方法的对象。
info
类型:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation还原的对象信息。
返回值
类型:System.Boolean
true该操作是否成功 ;否则为false。
实现
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
备注
此实现总是返回true。
此方法仅用于被调用从灾难性的备份和恢复基础结构代码在SharePoint Foundation中。