Name

GetK2ServerDocCount — New as of ColdFusion 5.0

Synopsis

GetK2ServerDocCount(  )

Returns the total number of documents in all collections accessible by the Verity K2 engine.

The following example displays the total number of documents in all collections available to the K2 server.

<CFOUTPUT>
There are currently #GetK2ServerDocCount()# documents available for 
searching by
the K2 server.
</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.