Compartir a través de


: CustomContentSource.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 CustomContentSource
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 Int32.MaxValue.

Vea también

Referencia

CustomContentSource (Clase)
CustomContentSource (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)