: WebContentSource.MaxPageEnumerationDepth (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the number of page hops the crawler can take from the start address to a content item.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property MaxPageEnumerationDepth As Integer
'Uso
Dim instance As WebContentSource
Dim value As Integer
value = instance.MaxPageEnumerationDepth
instance.MaxPageEnumerationDepth = value
public int MaxPageEnumerationDepth { get; set; }
Valor de propiedad
A 32-bit integer that specifies the maximum number of page hops.
Comentarios
To configure an unlimited number of page hops, set this value to -1.
Vea también
Referencia
WebContentSource (Clase)
WebContentSource (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)