GetBaseTagList()

Gets ancestor tag names, starting with the parent tag.

GetBaseTagList( delimiter=string );

Returns: String

Argument Description Default
delimiter
string, optional

delimiter used for the list

,

Examples

tag_list = GetBaseTagList(",");
	dump(tag_list); // "CFSAVECONTENT"

See also