UtilSearchIndexerFindDirectoryRule(String) Method

Finds a directory rule that matches the specified directory path 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 CSearchScopeRule FindDirectoryRule(
	string directoryPathOrPattern
)

Parameters

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

Return Value

CSearchScopeRule
The resulting directory rule, or if does not exist a directory rule that matches the specified directory path.

Remarks

Example

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

See Also