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

Filename filters indicating which pages should be not indexed.

C#
public String ExcludeFilters;
Visual Basic
Public ExcludeFilters 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 > ExcludeFilters Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.