August 2003
Intermediate to advanced
1140 pages
68h 45m
English
IsK2ServerDocCountExceeded
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>