This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the result of the macro.
Typically used in the ResultFormat property, to format, convert or encode the result.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Result")]
public virtual  GetResult(
	 dataType
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Result")> _
Public Overridable Function GetResult ( _
	dataType As  _
) As 

Parameters

dataType
ResultDataType
Type of the data.

Return Value

The macro result.

See Also

Smartsite.Core Namespace
Advanced