This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines the point in time at which SXML code should be executed.

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

Syntax

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

Members

Member nameDescription
Internal
Execute immediately
External
Execute after the content is served as a flat file to the host,
for example when using the Smartsite Virtual Path Provider.
Auto
Check whether request is coming from Virtual Path Provider, and select mode accordingly.

See Also

Advanced