Creating collections with support for categories

You can either select Enable Category Support from the ColdFusion MX Administrator, or write a cfcollection tag that uses the category attribute. By enabling category support, you create a collection that contains a Verity Parametric Index (PI).

<cfcollection 
action = "action"
collection = "collectionName"
path = "path_to_verity_collection"
language = "English"
categories = "yes">

For more information on using the cfcollection tag to create Verity collections with support for categories, see cfcollection in ColdFusion Tags in CFML Reference.


View comments in LiveDocs