Whatever message this page gives is out now! Go check it out!

GetK2ServerDocCountLimit

Last update:
May 18, 2026

Description

This function is deprecated.

Returns

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

Category

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>

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page