Previous in Contents Next in Contents

FollowDirectories Property

This property specifies whether Search performs a file crawl or a Web link crawl from the start address. If True, Search performs a file crawl; if False, Search performs a Web link crawl.

Syntax

IStartPage.FollowDirectories

Remarks

Search crawls documents in a directory during a file crawl. Search crawls links to other documents during a Web link crawl. The URL property specifies the start address for either type of crawl.

Example

See Creating and Accessing IStartPage Interface Objects.

See Also

EnumerationDepth, HostDepth, URL


© 1997-2000 Microsoft Corporation. All rights reserved.