<cfinvokeargument>
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
|
name of the argument |
value
any, required
|
value of the argument |
Unimplemented Attribute(s)
Attribute | Description |
---|---|
omit
boolean,
optional
|
Enables you to omit a parameter when invoking a web service * unimplemented * |
Examples
<cfinvoke component="component name" method="method name" returnVariable="res">
<cfinvokeargument name="symbol" value="mot">
<cfinvokeargument name="symbol" value="macr">
</cfinvoke>
See also
- Components (CFCs)
- <cfcomponent>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)