Click or drag to resize
DirectoryInfoGetSearchCondition Method
Returns search condition delegate.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
protected Func<string, bool> GetSearchCondition(
	string searchPattern
)

Parameters

searchPattern
Type: SystemString
Can be a combination of literal and wildcard characters, but doesn't support regular expressions. Supports only * and ?

Return Value

Type: FuncString, Boolean
See Also