cfdocs

getTagList

Gets a struct that contains a list CF language tags

getTagList()
returns struct

Simple example of getTagList function

Uses the getTagList function to return a list of CF tags

list = gettagList();
writeDump(list);