CollectionListcategory()
Lists all the categories this collection uses and the counts for each one. A struct with all the counts are returned
Usage
STRUCTURE = CollectionListcategory(
collection
)
Argument | Summary |
---|---|
collection | the name of the collection |
Calling
Supports named-parameter calling allowing you to use the function like:
CollectionListcategory( collection=? );
Supports passing parameters as a structure using ArgumentCollection:
CollectionListcategory( ArgumentCollection={ collection : ? } );
Extra
For more information on searching please visit Searching within OpenBD CFML