SPSite.Rename method
新的 url 將變更主機標頭名稱的網站集合的 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Rename ( _
newUri As Uri _
)
'用途
Dim instance As SPSite
Dim newUri As Uri
instance.Rename(newUri)
public void Rename(
Uri newUri
)
參數
newUri
Type: System.UriSystem.Uri物件,表示新的 URL。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | newUri是 null 。 |
備註
您無法使用Rename方法,轉換主機標頭名稱的網站集合或路徑為基礎的網站集合。
新的 URL 必須是可在 web 應用程式,而且必須不已經作為替代存取對應 URL。