GetK2ServerDocCountLimit

Description

This function is deprecated.

Returns

Number of collection metadata items that the K2 server permits, as an integer

Function syntax

GetK2ServerDocCountLimit()

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.

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>