ISearchScopeRule interface
Provides methods to define scope rules for crawling and indexing.
Members
The ISearchScopeRule interface inherits from the IUnknown interface. ISearchScopeRule also has these types of members:
Methods
The ISearchScopeRule interface has these methods.
| Method | Description |
|---|---|
| get_FollowFlags |
Not currently supported. |
| get_IsDefault |
Gets a value that identifies whether this is a default rule. |
| get_IsIncluded |
Gets a value identifying whether this rule is an inclusion rule. Inclusion rules identify scopes that should be included in the crawl scope. |
| get_PatternOrURL |
Gets the pattern or URL for the rule. The scope rules determine what URLs or paths to include or exclude. |
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.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
See also