| PsrActiveDirectoryProfileContentSearchExpressionT Method  | 
 
                Search expression
            
 
    Namespace: 
   PsrApi.Data
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic override Expression<Func<T, bool>> ContentSearchExpression<T>(
	string search,
	bool exactSearch
)
where T : PsrData
Parameters
- search
- Type: SystemString
 Search value
- exactSearch
- Type: SystemBoolean
 If the search should match exactly
Type Parameters
- T
Return Value
Type: 
ExpressionFuncT, 
BooleanSuch Expression
 See Also
See Also