UtilSearchIndexerIsDirectoryIncluded(String) Method
Returns a value indicating whether the specified directory path is included in 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 bool IsDirectoryIncluded(
string directoryPathOrPattern
)
Public Shared Function IsDirectoryIncluded (
directoryPathOrPattern As String
) As Boolean
Dim directoryPathOrPattern As String
Dim returnValue As Boolean
returnValue = UtilSearchIndexer.IsDirectoryIncluded(directoryPathOrPattern)
public:
static bool IsDirectoryIncluded(
String^ directoryPathOrPattern
)
static member IsDirectoryIncluded :
directoryPathOrPattern : string -> bool
No code example is currently available or this language may not be supported.
- directoryPathOrPattern String
-
The directory path (or a directory path pattern with wildcards) to find.
Boolean if the specified directory path is included in Windows Search Index;
otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim directoryPath As String = "C:\Games\"
Dim isIncluded As Boolean = IsDirectoryIncluded(directoryPath)
Debug.WriteLine($"{NameOf(isIncluded)}: {isIncluded}")
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.