Compartir a través de


del método SearchServiceApplicationProxy.AddAuthorityPage

Agrega un AuthorityPage al servidor de SharePoint.

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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

Implementaciones

ISearchSiteAdministrationServiceApplication.AddAuthorityPage(SearchObjectOwner, String, Int32)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration