CrawlRule.FollowComplexUrls, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value that specifies whether the index engine should crawl content with URLs that contain the question mark ("?") character.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property FollowComplexUrls As Boolean
'Utilisation
Dim instance As CrawlRule
Dim value As Boolean
value = instance.FollowComplexUrls
instance.FollowComplexUrls = value
public bool FollowComplexUrls { get; set; }
Valeur de la propriété
true if the index engine should crawl the content; otherwise, false.
Remarques
This setting only applies to inclusion-type crawl rules. The default value for the FollowComplexUrls property is true.
Voir aussi
Référence
CrawlRule, classe
Membres CrawlRule
Microsoft.Office.Server.Search.Administration, espace de noms