|
GetK2ServerDocCountLimit
DescriptionThis
function is deprecated.
ReturnsNumber
of collection metadata items that the K2 server permits, as an integer
Function syntaxGetK2ServerDocCountLimit()
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.
UsageIf 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>
|