UtilSearchIndexerIsDirectoryIncluded(String) Method

Returns a value indicating whether the specified directory path is included in 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 bool IsDirectoryIncluded(
	string directoryPathOrPattern
)

Parameters

directoryPathOrPattern  String
The directory path (or a directory path pattern with wildcards) to find.

Return Value

Boolean
if the specified directory path is included in Windows Search Index; otherwise, .

Remarks

Example

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

See Also