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 IContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IContext

The type exposes the following properties.

Public Properties

  Name Description
Public property Instance
Returns a reference to the root object in the current context
Public property Locale
Returns a reference to the Locale instance associated with the current context.
Public property State
Gets a key/value collection that can be used to organize and share data during a Cms request.

See Also

Advanced