GetTagData

Lucee compat: Return information to a Tag as Struct

Method Signature

GetTagData(nameSpaceWithSeperator=[string], tagName=[string])

Arguments

Argument
Type
Required
Description
Default

nameSpaceWithSeperator

string

true

The namespace of the tag (Ex: cf)

tagName

string

true

The name of the tag (Ex: mail, http, dbinfo, etc)

Examples

Last updated

Was this helpful?