GetTagData()

Returns Information about a Tag as Struct

GetTagData( nameSpaceWithSeparator=string, tagName=string, dialect=string );

Returns: Struct

Argument Description Default
nameSpaceWithSeparator
string, required

The namespace of the tag with the separator Example: cf, rc: aso.

tagName
string, required

The tag name without namespace Example: login,mail aso.

dialect
string, optional

the dialect you need (cfml,lucee)

Introduced: 5.0.0.0

cfml

Examples

get_tag = GetTagData("cf","set");
writeDump(get_tag);

See also