<cfinvokeargument>

edit

Argument for the Invoke Tag

This tag cannot have a body.

This tag is also supported within <cfscript>

<cfinvokeargument name=string value=any omit=boolean >
Attribute Description
name
string, required
edit

name of the argument

value
any, required
edit

value of the argument

Unimplemented Attribute(s)

Attribute Description
omit
boolean, optional
edit

Enables you to omit a parameter when invoking a web service

* unimplemented *

Examples

edit
<cfinvoke component="component name" method="method name" returnVariable="res"> 
	<cfinvokeargument name="symbol" value="mot"> 
	<cfinvokeargument name="symbol" value="macr"> 
</cfinvoke> 

See also