User Guide
IsK2ServerABroker 535
IsK2ServerABroker
Description
This function is deprecated.
Determines whether the K2Server version is K2 Broker. For more information, see
GetK2ServerDocCountLimit on page 495. This function is used primarily by the ColdFusion
Verity and K2Server Administrator pages. This function uses Verity K2Server Release K2.2.0.
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>