Contents > Developing ColdFusion MX Applications > Building and Using ColdFusion Components > Building ColdFusion components > CFC variables The Arguments scope PreviousNext

The Arguments scope

The Arguments scope exists only in a method, and is not available outside the method. It contains the variables passed into the method, including variables passed in the following ways:

You can access variables in the Arguments scope using structure notation (Arguments.variablename) or array notation (Arguments[1] or Arguments["variablename"]).

The Arguments scope does not last between calls to CFC methods.

These variables are available to pages included by the function.


Contents > Developing ColdFusion MX Applications > Building and Using ColdFusion Components > Building ColdFusion components > CFC variables The Arguments scope PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.