|
GetK2ServerDocCount
DescriptionThis
function is deprecated.
ReturnsThe
number of collection metadata items stored in Verity collections.
Function syntaxGetK2ServerDocCount()
HistoryColdFusion
MX 6.1: Deprecated this function. It might not work, and it might cause
an error, in later releases.
ColdFusion MX: Added this function.
Example<cfoutput>GetK2ServerDocCount =
$*#GetK2ServerDocCount()#*$</cfoutput>
|