Share via


QueryManager.IsTriggered method

Returns a Boolean value indicating whether any of the federated search locations will be triggered by the query.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function IsTriggered ( _
    locationList As LocationList _
) As Boolean
'Usage
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As Boolean

returnValue = instance.IsTriggered(locationList)
public bool IsTriggered(
    LocationList locationList
)

Parameters

Return value

Type: System.Boolean
true if a federated search location will be triggered; otherwise false.

See also

Reference

QueryManager class

QueryManager members

Microsoft.Office.Server.Search.Query namespace