User Guide
672 Chapter 3: ColdFusion Functions
IsK2ServerABroker
Description
This function is deprecated.
Returns
True, if K2Broker is in configured with ColdFusion; False, otherwise.
Category
Decision functions, Full-text search functions, Query functions
Function syntax
IsK2ServerABroker()
See also
GetK2ServerDocCountLimit
, IsK2ServerDocCountExceeded, IsK2ServerOnline
History
ColdFusion MX 6.1: Deprecated this function. It might not work, and it might cause an error, in
later releases.
ColdFusion MX: Added this function.
Example
<cfoutput>IsK2ServerABroker =
$*#IsK2ServerABroker()#*$</cfoutput>