Lucee Function Reference
Function GETTAGDATA
return information to a Tag as Struct
Example
gettagdata(string nameSpaceWithSeperator,string tagName):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | 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. |