Lucee Function Reference

gettagdata()

return information to a Tag as Struct

Example

gettagdata(string nameSpaceWithSeperator,string tagName,[string dialect]):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
nameSpaceWithSeperator string  Yes   The namespace of the tag with the seperator Example: cf, rc: aso.  
tagName string  Yes   The tag name without namespace Example: login,mail aso.  
dialect string  No cfml the dialect you need (cfml,lucee)  
Introduced: 5.0.0.0