GetBaseTagData()

Used within a custom tag. Finds calling (ancestor) tag by name and accesses its data.

GetBaseTagData( tagName=string, instanceNumber=number );

Returns: Struct

Argument Description Default
tagName
string, required

Ancestor tag name for which to return data

instanceNumber
number, optional

Number of ancestor levels to jump before returning data.

The default value is 1 (closest ancestor).

1

Examples

There are currently no examples for this function.

See also