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
- locationList
Type: Microsoft.Office.Server.Search.Query.LocationList
Return Value
Type: System.Boolean
true if a federated search location will be triggered; otherwise false.