UtilSearchIndexerRemoveDirectoryRule(String) 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(
string directoryPath
)
Public Shared Sub RemoveDirectoryRule (
directoryPath As String
)
Dim directoryPath As String
UtilSearchIndexer.RemoveDirectoryRule(directoryPath)
public:
static void RemoveDirectoryRule(
String^ directoryPath
)
static member RemoveDirectoryRule :
directoryPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- directoryPath String
-
The directory path (or a directory path pattern with wildcards) to be deindexed.
This is a code example.
No code example is currently available or this language may not be supported.
Dim directoryPath As String = "C:\Games\"
SearchIndexerUtil.RemoveDirectoryRule(directoryPath)
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.