This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Client script enabled state.
Determined by having the jQuery.Scf layer setting a cookie named '_sce' to '1'.
If no cookie is found, state will be Unknown.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

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

Members

Member nameDescription
Unknown
Not yet determined.
On
Client has scripting enabled.
Off
Client has scripting disabled or is a device without scripting.

See Also

Smartsite.Scf Namespace
Advanced