This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the Viper expression to evaluate before actually executing the macro.
If the expression returns false, the execution of the module and its child modules is skipped.

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

Syntax

C#Copy imageCopy Code
[(Options = .None|.MustBeAttribute|.ExpressionSyntax|.XmlDecode)]
public virtual string Condition { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Options := .None Or .MustBeAttribute Or .ExpressionSyntax Or .XmlDecode)> _
Public Overridable Property Condition As 
	Get
	Set

Field Value

The condition

See Also

Module Class
Smartsite.Core Namespace
Advanced