getTagList

Gets a struct that contains a list CF language tags

getTagList() → returns struct

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Examples
Sample code invoking the getTagList function

Uses the getTagList function to return a list of CF tags

list = gettagList();
writeDump(list);

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub