GetBaseTagList()
Gets ancestor tag names, starting with the parent tag.
GetBaseTagList( delimiter=string );
Returns: String
| Argument | Description | Default |
|---|---|---|
|
delimiter
string,
optional
|
edit
delimiter used for the list |
, |
Examples
edit tag_list = GetBaseTagList(",");
dump(tag_list); // "CFSAVECONTENT"
See also
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)