ExportSmartParameter

Exports an evaluated smart parameter value to the Export file.

Syntax

bool ExportSmartParameter (StrParam)

Parameters

The value to export expressed with smart parameter syntax.

Returns

Always True.

Level

Any level.

Details

Exports an evaluated smart parameter value to the Export file. If the input parameter is not a smart parameter, it will export an empty field.
Example

The example will export the value of a variable named Expired on field DueDate which is a child field on the parent page (@P) of the calling node.

ExportSmartParameter("@P\DueDate.Expired")