UtilSearchIndexerAddDirectoryRule(String, Boolean) Method

Adds the specified directory path to Windows Search Index.

Definition

Namespace: DevCase.ThirdParty.MicrosoftSearchIndexer
Assembly: DevCase.net48.ThirdParty.MicrosoftSearchIndexer (in DevCase.net48.ThirdParty.MicrosoftSearchIndexer.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void AddDirectoryRule(
	string directoryPathOrPattern,
	bool include
)

Parameters

directoryPathOrPattern  String
The directory path (or a directory path pattern with wildcards) to be indexed.
include  Boolean
if this directory should be included in all searches; otherwise, .

Remarks

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also