|
IsK2ServerDocCountExceeded
DescriptionThis
function is deprecated.
ReturnsTrue,
if the document count limit is exceeded; False, otherwise.
Function syntaxIsK2ServerDocCountExceeded()
HistoryColdFusion
MX 6.1: Deprecated this function. It might not work, and it might cause
an error, in later releases.
ColdFusion 5: Added this function.
Example<cfoutput>IsK2ServerDocCountExceeded =
$*#IsK2ServerDocCountExceeded()#*$</cfoutput>
|