ISearchRoot::put_IsHierarchical Method

Sets a value that indicates whether the search is rooted on a hierarchical tree structure similar to the file system.

Syntax

HRESULT put_IsHierarchical(      
    BOOL fIsHierarchical
);

Parameters

  • fIsHierarchical
    [in] TRUE for hierarchical tree structures similar to the file system, FALSE for non-hierarchical systems such as websites.

Return Value

Returns S_OK if successful, or an error value otherwise.