: CrawlRuleCollection.Exists (Método) (Microsoft.Office.Server.Search.Administration)
Returns a Boolean value that indicates whether the specified crawl rule exists in the collection.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function Exists ( _
path As String _
) As Boolean
'Uso
Dim instance As CrawlRuleCollection
Dim path As String
Dim returnValue As Boolean
returnValue = instance.Exists(path)
public bool Exists (
string path
)
Parámetros
- path
A string that contains the path of the crawl rule.
Valor devuelto
true if the specified crawl rule exists; otherwise, false.
Vea también
Referencia
CrawlRuleCollection (Clase)
CrawlRuleCollection (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)