This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public interface IModuleHandling
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IModuleHandling

The type exposes the following properties.

Public Properties

  Name Description
Public property DefaultValue
Gets or sets the default value that will be returned when the execution would otherwise return an empty string.
Public property OnErrorReturnValue
Gets or sets the value to return in case on error occurs during execution.
The Viper expressions this.error(), this.error(full) and this.error(type) are available in this context.

See Also

Advanced