CrawlRule.FollowComplexUrls Property
Gets or sets a Boolean value that specifies whether the index engine should crawl content with URLs that contain the question mark ("?") character.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FollowComplexUrls As Boolean
Get
Set
'Usage
Dim instance As CrawlRule
Dim value As Boolean
value = instance.FollowComplexUrls
instance.FollowComplexUrls = value
public bool FollowComplexUrls { get; set; }
Property Value
Type: System.Boolean
true if the index engine should crawl the content; otherwise, false.
Remarks
This setting only applies to inclusion-type crawl rules. The default value for the FollowComplexUrls property is true.