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.
This is an abstract class that provides the base implementation for the DoWhile and While macros.

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

Syntax

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

Inheritance Hierarchy

See Also

Advanced