SearchServiceApplicationProxy.UpdateAuthorityPageUrl method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub UpdateAuthorityPageUrl ( _
owner As SearchObjectOwner, _
oldUrl As String, _
newUrl As String _
)
'Uso
Dim instance As SearchServiceApplicationProxy
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
)
Parâmetros
- oldUrl
Type: System.String
- newUrl
Type: System.String
Implements
Ver também
Referência
SearchServiceApplicationProxy class