August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetBaseTagData
GetBaseTagData(tag [, instance])Returns an object containing data from the specified ancestor
tag. An optional
instance number may be set to specify the
number of ancestor tag levels to skip through before returning data.
The default value for instance is 1.
Example:
<cfset BaseTagData = GetBaseTagData("CF_MyCustomTag")>