PortalControl PanelWebsite
Language
 
Home>Knowledge Base>ColdFusion>New Tags and Functions in ColdFusion 8
Information
Article ID8
Created On6/6/2009
Modified6/7/2009
New Tags and Functions in ColdFusion 8

The release of ColdFusion 8 brings coders a new list of CF tags and functions to utilize when creating their applications. These new tags and functions introduce new features as well as enhance existing features of ColdFusion. The following are a few examples of new tags and functions:

ColdFusion 8 Tags

  • cfdbinfo: lets you retrieve information about a data source, including details about the database, tables, queries, procedures, foreign keys, indexes, and version information about the database, driver, and JDBC
  • cfexchangemail: gets mail messages and attachments, deletes messages, and sets properties for messages on a Microsoft Exchange server
  • cfimage: lets you perform common image manipulation operations

A list of additional ColdFusion 8 Tags can be found in Adobes CFML Reference guide.

ColdFusion 8 Functions

  • DotNetToCFType: explicitly converts a value returned by a .NET method to the corresponding ColdFusion data type
  • FileOpen: opens a file to read, write or append
  • ImageNew: creates a ColdFusion image

A list of additional ColdFusion 8 Functions can be found in Adobes CFML Reference guide.