Share via


ISearchRoot::get_IsHierarchical Method

Gets a value that indicates whether the search is rooted on a hierarchical tree structure.

Syntax

HRESULT get_IsHierarchical(      
    BOOL *pfIsHierarchical
);

Parameters

  • pfIsHierarchical
    [out, retval] On return, points to TRUE for hierarchical tree structures, and FALSE for other structures such as Web sites.

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.