Executes SXML in the given security zone and returns the result.
Syntax
Smartsite SXML | Copy Code |
---|---|
any sxml.securityzone.execute(string securityZone, string sxml) |
Parameters
Name | Data Type | Description |
---|---|---|
securityZone | String | The security zone. |
sxml | String | The SXML to execute. |
allowSyntaxExceptionCatching | Boolean |
If set to true, syntax exceptions can be caught using the error parameter. Syntax Exceptions are normally uncatchable, except when rendering sxml indirectly using the embed macro. |
Return Value
Data Type | Description |
---|---|
Any | Return value of the SXML execution |