CrawlMappingCollection.Exists, méthode (Microsoft.Office.Server.Search.Administration)
Returns a Boolean value that indicates whether a crawl mapping exists in the collection, based on the specified source URI.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function Exists ( _
source As Uri _
) As Boolean
'Utilisation
Dim instance As CrawlMappingCollection
Dim source As Uri
Dim returnValue As Boolean
returnValue = instance.Exists(source)
public bool Exists (
Uri source
)
Paramètres
- source
A System.Uri object that represents the source URI.
Valeur de retour
true if the specified crawl mapping exists; otherwise, false.
Voir aussi
Référence
CrawlMappingCollection, classe
Membres CrawlMappingCollection
Microsoft.Office.Server.Search.Administration, espace de noms