For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetBaseTagList

A comma-delimited list of ancestor tag names as a string.

Method Signature

GetBaseTagList()

Arguments

This function does not accept any arguments

Examples

Get the list of base tags in the call stack

tags = getBaseTagList();
writeOutput( isArray( tags ) );

Result: true

Last updated

Was this helpful?