Filename filters indicating which pages should be indexed.
public String IncludeFilters;
Public IncludeFilters As String
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.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|