This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the way unresolved viper calls should be treated.

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

Syntax

C#Copy imageCopy Code
public enum UnresolvedViperHandling
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration UnresolvedViperHandling

Members

Member nameDescription
Ignore
Default setting. Do nothing and keep the unresolved vipers.
Remove
Remove unresolved vipers at the end of the page processing.
ThrowException
Throw an exception when unresolved vipers are detected.

See Also

Smartsite.Core Namespace
Advanced