SPDeletedSite.Restore method
還原刪除的網站。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Restore
'用途
Dim instance As SPDeletedSite
instance.Restore()
public void Restore()
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | 沒有任何已刪除網站的內容資料庫。 -或- 已刪除的網站已消失。 |
NotSupportedException | 內容資料庫和設定資料庫都支援還原網站。 |
SPException | 還原的網站已經存在。 |
SecurityException | 目前的使用者不是伺服器陣列管理員。 |
備註
此方法會從已刪除的網站表格還原已刪除的網站。