ISearchRoot::put_FollowDirectories Method

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

Syntax

HRESULT put_FollowDirectories(      
    BOOL fFollowDirectories
);

Parameters

  • fFollowDirectories
    [in] TRUE to follow directories or hierarchical scopes, otherwise FALSE. The default for this value is TRUE.

Return Value

Returns S_OK if successful, or an error value otherwise.