GetBaseTagData()
Used within a custom tag. Finds calling (ancestor) tag by name and accesses its data.
GetBaseTagData( tagName=string, instanceNumber=number );
Returns: Struct
| Argument | Description | Default |
|---|---|---|
|
tagName
string,
required
|
edit
Ancestor tag name for which to return data |
|
|
instanceNumber
number,
optional
|
edit
Number of ancestor levels to jump before returning data. The default value is 1 (closest ancestor). |
1 |
Examples
editThere are currently no examples for this function.
See also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)