Executes the given expression in the parent context and returns the result.
Use in embedded content to execute statements in the embedding context.

Syntax

Smartsite SXML CopyCode image Copy Code
any sys.evalinhost(any expression)

Parameters

Name Data Type Description
expression Any The expression to execute.

Return Value

Data Type Description
Any The result of the given expression.
SXML