Share via


ISearchRoot::get_FollowDirectories Method

Gets a BOOL value that indicates whether the search engine follows subdirectories and hierarchical scopes.

Syntax

HRESULT get_FollowDirectories(      
    BOOL *pfFollowDirectories
);

Parameters

  • pfFollowDirectories
    [out] On return, points to TRUE if the search engine follows subdirectories and hierarchical scopes; otherwise, FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The CrawlScopeCommandLine code sample, available on Code Gallery and the Windows 7 SDK, demonstrates how to define command line options for Crawl Scope Manager (CSM) indexing operations.