UtilSearchIndexerGetDirectoryRules Method

Returns all the directory rules 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 ReadOnlyCollection<CSearchScopeRule> GetDirectoryRules()

Return Value

ReadOnlyCollectionCSearchScopeRule
The resulting directory rules.

Remarks

Example

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

See Also