Name

IsK2ServerDocCountExceeded — New as of ColdFusion 5.0

Synopsis

IsK2ServerDocCountExceeded(  )

Returns True if the number of documents contained in collections accessible by the K2 server exceeds the document limit for the server or False if it doesn’t. For more information on the document limit, see the GetK2ServerDocCountLimit() function.

The following example determines whether the K2 server document limit is exceeded:

Is the K2 server document limit exceeded?
<CFOUTPUT>#IsK2ServerDocCountExceeded()#</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.