This property specifies whether to log the names of documents excluded from crawling. If True, the names of excluded files are logged; if False, the names of the excluded files are not logged.
Syntax
IBuildCatalog.LogExcluded
Remarks
Excluded files include those excluded by the Robots.txt file (a text file on a Web site that restricts Web crawlers from accessing certain areas in their content). See the main Site Server documentation for further information on the Robots.txt file.
Example
See Creating and Accessing IBuildCatalog Interface Objects.
See Also