ProjectedDirectoryEnumerationEventArgsSearchExpression Property |
Gets the search expression.
The search expression may include wildcard characters.
The provider should use the ProjectedFileSystem's DoesNameContainWildCards function to determine whether wildcards are present in searchExpression, and it should use the DoesFileNameMatch function to determine whether an entry in its backing store matches a search expression containing wildcards.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string SearchExpression { get; }
Property Value
Type:
StringThe search expression.
See Also