<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

There are currently no examples for this tag.

See also