See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WebSite::IncludeFilters Data Member

Filename filters indicating which pages should be indexed.

C#
public String IncludeFilters;
Visual Basic
Public IncludeFilters As String
Remarks

A page will be indexed if it matches one or more of the IncludeFilters, and does not match any of the ExcludeFilters. If IncludeFilters is blank, all pages will implicitly match IncludeFilters.  

Filename filters containing a slash (/ or ) are matched against the complete URL. Filename filters without a slash (/ or ) are matched against only the filename.  

The wildcards * and ? can be used anywhere in a filter.  

Separate multiple filters with a space, and quote filters that contain a space.  

 

See Also
You are here: dtSearch::Spider Namespace > WebSite Structure > WebSite Data Members > IncludeFilters Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.