SearchServiceApplication.UpdateAuthorityPageUrl 方法
更新现有AuthorityPage搜索管理数据库中的 URL。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub UpdateAuthorityPageUrl ( _
owner As SearchObjectOwner, _
oldUrl As String, _
newUrl As String _
)
用法
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim oldUrl As String
Dim newUrl As String
instance.UpdateAuthorityPageUrl(owner, _
oldUrl, newUrl)
public void UpdateAuthorityPageUrl(
SearchObjectOwner owner,
string oldUrl,
string newUrl
)
参数
owner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner搜索站点层次结构的所有者。
oldUrl
类型:System.String旧的页面的 URL。
newUrl
类型:System.String新的页的 URL。