UtilSearchIndexerRemoveDirectoryRule(DirectoryInfo) Method
Removes the specified directory path from Windows Search Index.
Namespace: DevCase.ThirdParty.MicrosoftSearchIndexerAssembly: 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
)
Public Shared Sub RemoveDirectoryRule (
directory As DirectoryInfo
)
Dim directory As DirectoryInfo
UtilSearchIndexer.RemoveDirectoryRule(directory)
public:
static void RemoveDirectoryRule(
DirectoryInfo^ directory
)
static member RemoveDirectoryRule :
directory : DirectoryInfo -> unit
No code example is currently available or this language may not be supported.
Parameters
- directory DirectoryInfo
-
The directory path to be deindexed.
This is a code example.
No code example is currently available or this language may not be supported.
Dim directory As New DirectoryInfo("C:\Games\")
SearchIndexerUtil.RemoveDirectoryRule(directory)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.