Description
Creates a ColdFusion object of a specified type.
Note: You can enable and disable this tag in the ColdFusion Administrator page, under ColdFusion Security > Sandbox Security.
Category
Extensibility tags
Syntax
The tag syntax depends on the object type. Some types use the type attribute; others do not. See the following sections:
Note: On UNIX, this tag does not support COM objects.
See also
cfargument, cfcomponent, cffunction, cfinvoke, cfinvokeargument, cfproperty, cfreturn; "Using Java objects" in the ColdFusion Developer's Guide
History
ColdFusion 8:
- Added password, proxyPassword, proxyPort, proxyServer, proxyUser, refreshWSDL, userName, wsdl2JavaArgs, and wsportname attributes to for use with web service objects.
- Added .NET/dotnet type and the associated assembly, port, protocol, and secure attributes.
ColdFusion MX: