Compartilhar via


SearchServiceApplicationProxy.AddAuthorityPage method

Adiciona uma AuthorityPage ao servidor do SharePoint.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Sub AddAuthorityPage ( _
    owner As SearchObjectOwner, _
    url As String, _
    level As Integer _
)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim url As String
Dim level As Integer

instance.AddAuthorityPage(owner, url, _
    level)
public void AddAuthorityPage(
    SearchObjectOwner owner,
    string url,
    int level
)

Parâmetros

Implements

ISearchSiteAdministrationServiceApplication.AddAuthorityPage(SearchObjectOwner, String, Int32)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace