GetBaseTagData()

edit

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
edit

Ancestor tag name for which to return data

instanceNumber
number, optional
edit

Number of ancestor levels to jump before returning data.

The default value is 1 (closest ancestor).

1

Examples

edit

There are currently no examples for this function.

See also