|
IsK2ServerABroker
DescriptionThis
function is deprecated.
ReturnsTrue,
if K2Broker is in configured with ColdFusion; False, otherwise.
Function syntaxIsK2ServerABroker()
HistoryColdFusion
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>
|