This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns one of the given strings if the expression to the left of it matches.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level0)]
[(IsDeterministic = true)]
public static  Choice(
	params [] args
)
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<(IsDeterministic := True)> _
Public Shared Function Choice ( _
	ParamArray args As () _
) As 

Parameters

args
array<IExpressionEvaluator>[]()
The arguments.

Return Value

One of the strings.

See Also

Advanced