getK2ServerDocCountLimit
Description
This function is deprecated.
Categories
Related
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.
Syntax
GetK2ServerDocCountLimit()
Returns
Number
of collection metadata items that the K2 server permits, as an integer
Usage
If a search generates a larger number of documents than the limit, ColdFusion puts a warning message in the Administrator and in the log file.
Example
<cfoutput>GetK2ServerDocCountLimit =
$*#GetK2ServerDocCountLimit()#*$</cfoutput>