This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Executes statements while the given expression evaluates to true.
The expression is tested at the beginning of each loop.

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

Syntax

C#Copy imageCopy Code
[(typeof(), "Xml")]
[("While")]
public class WhileModule : 
Visual Basic (Declaration)Copy imageCopy Code
<(GetType(), "Xml")> _
<("While")> _
Public Class WhileModule _
	Inherits 

Inheritance Hierarchy

See Also

Advanced