Context.Evaluate Method
NOTE: This API is now obsolete.
Evaluates the specified query-context.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<ObsoleteAttribute("Should not be used by admin client developers.")> _
Function Evaluate ( _
qc As QueryContext _
) As Boolean
'Usage
Dim instance As Context
Dim qc As QueryContext
Dim returnValue As Boolean
returnValue = instance.Evaluate(qc)
[ObsoleteAttribute("Should not be used by admin client developers.")]
bool Evaluate(
QueryContext qc
)
Parameters
qc
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.QueryContextThe query context
Return Value
Type: System.Boolean
The evaluation result of the query context.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace