Share via


ISearchScopeRule::get_IsIncluded Method

Gets a value identifying whether this rule is an inclusion rule. Inclusion rules identify scopes that should be included in the crawl scope.

Syntax

HRESULT get_IsIncluded(      
    BOOL *pfIsIncluded
);

Parameters

  • pfIsIncluded
    [out, retval] On return, points to TRUE if this rule is an inclusion rule, FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Windows 7 and later: 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.