Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSe9cbe5cf462523a0693d5dae123bcd28f6d-7ffe.html
Copy link to clipboard
Copied
This page should add the newer implementations of tags as functions:
- those from 9.0.1, dbinfo, feed, imap, ldap, and pop (listed here, http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSd160b5fdf5100e8f-4439fdac128193edfd6-7f7b.html)
- those added in CF 10: cookie, setting, and invoke, as well as collection, index, and search.
Copy link to clipboard
Copied
A correction to my comment above: only collection, index, and search are new CFCs for CF10. cookie and settings are instead new CFSCRIPT statements, whereas invoke is a new built-in function.