UtilSearchIndexerRemoveDirectoryRule(DirectoryInfo) Method

Removes the specified directory path from 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 RemoveDirectoryRule(
	DirectoryInfo directory
)

Parameters

directory  DirectoryInfo
The directory path to be deindexed.

Remarks

Example

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

See Also