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

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

Syntax

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

Members

Member nameDescription
Auto
Automatically determine where to get/set data.
Cookie
Use cookies to get/set data.
Session
Use session state to get/set data.

See Also

Smartsite.Core Namespace
Advanced