This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Forks the execution to one or more matching cases.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Core..::..RawDataModule
        Smartsite.Core..::..XmlReaderModule
          Smartsite.Core..::..ConditionalBranchModule
            Smartsite.Runtime.Modules..::..SwitchCaseModule

See Also

Advanced